Html Css Color HEX #FADB0C School Bus Yellow

📋 copy color: '#FADB0C'

red 250 ◦ green 219 ◦ blue 12

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

Shades of School Bus Yellow #FADB0C

Tints of School Bus Yellow #FADB0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.49%

R = 51.98%
G = 45.53%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FADB0C (or 0xFADB0C) is known color: School Bus Yellow. HEX triplet: FA, DB and 0C. RGB value is (250,219,12). Sum of RGB (Red+Green+Blue) = 250+219+12=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 12 (5.08% from 255 or 2.49% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADB0C is #0524F3. Grayscale: #CDCDCD. Windows color (decimal): -337140 or 842746. OLE color: 842746.

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

Color convert

RGB 250 219 12 -
CMYK 0 0.12 0.95 0.02
HSL 52.18º 0.96% 0.51% -
HSV(B) 52.18º 0.95% 0.98% -
XYZ 64.82 71.01 10.64 -
YUV 204.67 19.27 160.33 -
System Red Green Blue C M Y K H S L
Decimal 250 219 12 0 0.12 0.95 0.02 52.18 0.96 0.51
Hex FA DB C 0 C 5F 2 34 60 33
Octal 372 333 14 0 14 137 2 64 140 63
Binary 11111010 11011011 1100 0 1100 1011111 10 110100 1100000 110011

Color Harmonies of #FADB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADB0C

Black with #FADB0C

Text Example


Text Example

White with #FADB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADB0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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