Html Css Color HEX #FAD902 School Bus Yellow

📋 copy color: '#FAD902'

red 250 ◦ green 217 ◦ blue 2

#FAD902
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of School Bus Yellow #FAD902

Tints of School Bus Yellow #FAD902

RGB

 RED value IS 250 (98.05% from 255) = 53.3%

 GREEN value IS 217 (85.16% from 255) = 46.27%

 BLUE value IS 2 (1.17% from 255) = 0.43%

R = 53.3%
G = 46.27%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FAD902 (or 0xFAD902) is known color: School Bus Yellow. HEX triplet: FA, D9 and 02. RGB value is (250,217,2). Sum of RGB (Red+Green+Blue) = 250+217+2=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 217 (85.16% from 255 or 46.27% from 469); Blue value is 2 (1.17% from 255 or 0.43% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD902 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD902 is #0526FD. Grayscale: #CBCBCB. Windows color (decimal): -337662 or 186874. OLE color: 186874.

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

Color convert

RGB 250 217 2 -
CMYK 0 0.13 0.99 0.02
HSL 52.02º 0.98% 0.49% -
HSV(B) 52.02º 0.99% 0.98% -
XYZ 64.25 69.95 10.17 -
YUV 202.36 14.93 161.98 -
System Red Green Blue C M Y K H S L
Decimal 250 217 2 0 0.13 0.99 0.02 52.02 0.98 0.49
Hex FA D9 2 0 D 63 2 34 62 31
Octal 372 331 2 0 15 143 2 64 142 61
Binary 11111010 11011001 10 0 1101 1100011 10 110100 1100010 110001

Color Harmonies of #FAD902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD902

Black with #FAD902

Text Example


Text Example

White with #FAD902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD902; }

 p { color: rgb(250,217,2); }

 H1.HeaderClassName
 {
   color: #FAD902;
 }
 .AnyTagClassName
 {
   color: #FAD902;
 }
</style>

background-color css

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

 a { background-color: rgb(250,217,2); }

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

border-color css

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

 span { border-color: rgb(250,217,2); }

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