Html Css Color HEX #FAD900 School Bus Yellow

📋 copy color: '#FAD900'

red 250 ◦ green 217 ◦ blue 0

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

Shades of School Bus Yellow #FAD900

Tints of School Bus Yellow #FAD900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.53%
G = 46.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FAD900 (or 0xFAD900) is known color: School Bus Yellow. HEX triplet: FA, D9 and 00. RGB value is (250,217,0). Sum of RGB (Red+Green+Blue) = 250+217+0=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 217 (85.16% from 255 or 46.47% from 467); Blue value is 0 (0.39% from 255 or 0% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD900 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD900 is #0526FF. Grayscale: #CBCBCB. Windows color (decimal): -337664 or 55802. OLE color: 55802.

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

Color convert

RGB 250 217 0 -
CMYK 0 0.13 1 0.02
HSL 52.08º 1% 0.49% -
HSV(B) 52.08º 1% 0.98% -
XYZ 64.24 69.95 10.12 -
YUV 202.13 13.93 162.14 -
System Red Green Blue C M Y K H S L
Decimal 250 217 0 0 0.13 1 0.02 52.08 1 0.49
Hex FA D9 0 0 D 64 2 34 64 31
Octal 372 331 0 0 15 144 2 64 144 61
Binary 11111010 11011001 0 0 1101 1100100 10 110100 1100100 110001

Color Harmonies of #FAD900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD900

Black with #FAD900

Text Example


Text Example

White with #FAD900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD900; }

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

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

background-color css

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

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

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

border-color css

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

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

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