Html Css Color HEX #FADB00 School Bus Yellow

📋 copy color: '#FADB00'

red 250 ◦ green 219 ◦ blue 0

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

Shades of School Bus Yellow #FADB00

Tints of School Bus Yellow #FADB00

RGB

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

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

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

R = 53.3%
G = 46.7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FADB00 (or 0xFADB00) is known color: School Bus Yellow. HEX triplet: FA, DB and 00. RGB value is (250,219,0). Sum of RGB (Red+Green+Blue) = 250+219+0=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 0 (0.39% from 255 or 0% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADB00 is #0524FF. Grayscale: #CCCCCC. Windows color (decimal): -337152 or 56314. OLE color: 56314.

HSL color Cylindrical-coordinate representation of color #FADB00: hue angle of 52.56º 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 #FADB00 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 219 0 -
CMYK 0 0.12 1 0.02
HSL 52.56º 1% 0.49% -
HSV(B) 52.56º 1% 0.98% -
XYZ 64.76 70.99 10.29 -
YUV 203.3 13.27 161.31 -
System Red Green Blue C M Y K H S L
Decimal 250 219 0 0 0.12 1 0.02 52.56 1 0.49
Hex FA DB 0 0 C 64 2 35 64 31
Octal 372 333 0 0 14 144 2 65 144 61
Binary 11111010 11011011 0 0 1100 1100100 10 110101 1100100 110001

Color Harmonies of #FADB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADB00

Black with #FADB00

Text Example


Text Example

White with #FADB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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