#FDD903

Color #FDD903 School Bus Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of School Bus Yellow #FDD903

Tints of School Bus Yellow #FDD903

Color information

#FDD903 (or 0xFDD903) is unknown color: approx School Bus Yellow. HEX triplet: FD, D9 and 03. RGB value is (253,217,3). Sum of RGB (Red+Green+Blue) = 253+217+3=473 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.49% from 473); Green value is 217 (85.16% from 255 or 45.88% from 473); Blue value is 3 (1.56% from 255 or 0.63% from 473); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD903 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD903 is #0226FC. Grayscale: #CCCCCC. Windows color (decimal): -141053 or 252413. OLE color: 252413.

HSL color Cylindrical-coordinate representation of color #FDD903: hue angle of 51.36º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FDD903 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.01.

Color convert

RGB2532173-
CMYK00.140.990.01
HSL51.36º98.43%50.2%-
HSV(B)51.36º98.81%99.22%-
XYZ65.3470.5110.25-
YUV203.3714.93163.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 53.49%
GREEN value IS 217 (85.16% from 255) = 45.88%
BLUE value IS 3 (1.56% from 255) = 0.63%
R=53.49%
G=45.88%
B=0.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.99
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253217300.140.990.0151.3698.4350.2
HexFDD930E631336232
Octal375331301614316314262
Binary11111101110110011101110110001111100111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD903; }

 p { color: rgb(253,217,3); }

 H1.HeaderClassName
 {
   color: #FDD903;
 }
 .AnyTagClassName
 {
   color: #FDD903;
 }
</style>
background-color css

<style>
 a { background-color: #FDD903; }

 a { background-color: rgb(253,217,3); }

 div.DivClassName
 {
   background-color: #FDD903;
 }
 .BgClassName
 {
   background-color: #FDD903;
 }
</style>
border-color css

<style>
 span { border-color: #FDD903; }

 span { border-color: rgb(253,217,3); }

 td.TdClassName
 {
   border-color: #FDD903;
 }
 .TagClassName
 {
   border-color: #FDD903;
 }
</style>