Html Css Color HEX #FADB09 School Bus Yellow

📋 copy color: '#FADB09'

red 250 ◦ green 219 ◦ blue 9

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

Shades of School Bus Yellow #FADB09

Tints of School Bus Yellow #FADB09

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.82%

 BLUE value IS 9 (3.91% from 255) = 1.88%

R = 52.3%
G = 45.82%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FADB09 (or 0xFADB09) is known color: School Bus Yellow. HEX triplet: FA, DB and 09. RGB value is (250,219,9). Sum of RGB (Red+Green+Blue) = 250+219+9=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 9 (3.91% from 255 or 1.88% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADB09 is #0524F6. Grayscale: #CDCDCD. Windows color (decimal): -337143 or 646138. OLE color: 646138.

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

Color convert

RGB 250 219 9 -
CMYK 0 0.12 0.96 0.02
HSL 52.28º 0.96% 0.51% -
HSV(B) 52.28º 0.96% 0.98% -
XYZ 64.81 71.01 10.55 -
YUV 204.33 17.77 160.58 -
System Red Green Blue C M Y K H S L
Decimal 250 219 9 0 0.12 0.96 0.02 52.28 0.96 0.51
Hex FA DB 9 0 C 60 2 34 60 33
Octal 372 333 11 0 14 140 2 64 140 63
Binary 11111010 11011011 1001 0 1100 1100000 10 110100 1100000 110011

Color Harmonies of #FADB09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADB09

Black with #FADB09

Text Example


Text Example

White with #FADB09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADB09; }

 p { color: rgb(250,219,9); }

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

background-color css

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

 a { background-color: rgb(250,219,9); }

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

border-color css

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

 span { border-color: rgb(250,219,9); }

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