Html Css Color HEX #FADB07 School Bus Yellow

📋 copy color: '#FADB07'

red 250 ◦ green 219 ◦ blue 7

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

Shades of School Bus Yellow #FADB07

Tints of School Bus Yellow #FADB07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.47%

R = 52.52%
G = 46.01%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FADB07 (or 0xFADB07) is known color: School Bus Yellow. HEX triplet: FA, DB and 07. RGB value is (250,219,7). Sum of RGB (Red+Green+Blue) = 250+219+7=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 7 (3.12% from 255 or 1.47% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADB07 is #0524F8. Grayscale: #CCCCCC. Windows color (decimal): -337145 or 515066. OLE color: 515066.

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

Color convert

RGB 250 219 7 -
CMYK 0 0.12 0.97 0.02
HSL 52.35º 0.96% 0.5% -
HSV(B) 52.35º 0.97% 0.98% -
XYZ 64.79 71 10.49 -
YUV 204.1 16.77 160.74 -
System Red Green Blue C M Y K H S L
Decimal 250 219 7 0 0.12 0.97 0.02 52.35 0.96 0.5
Hex FA DB 7 0 C 61 2 34 60 32
Octal 372 333 7 0 14 141 2 64 140 62
Binary 11111010 11011011 111 0 1100 1100001 10 110100 1100000 110010

Color Harmonies of #FADB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADB07

Black with #FADB07

Text Example


Text Example

White with #FADB07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADB07; }

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

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

background-color css

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

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

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

border-color css

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

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

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