Html Css Color HEX #FADA0B School Bus Yellow

📋 copy color: '#FADA0B'

red 250 ◦ green 218 ◦ blue 11

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

Shades of School Bus Yellow #FADA0B

Tints of School Bus Yellow #FADA0B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.51%

 BLUE value IS 11 (4.69% from 255) = 2.3%

R = 52.19%
G = 45.51%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FADA0B (or 0xFADA0B) is known color: School Bus Yellow. HEX triplet: FA, DA and 0B. RGB value is (250,218,11). Sum of RGB (Red+Green+Blue) = 250+218+11=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 11 (4.69% from 255 or 2.30% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADA0B is #0525F4. Grayscale: #CCCCCC. Windows color (decimal): -337397 or 776954. OLE color: 776954.

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

Color convert

RGB 250 218 11 -
CMYK 0 0.13 0.96 0.02
HSL 51.97º 0.96% 0.51% -
HSV(B) 51.97º 0.96% 0.98% -
XYZ 64.56 70.49 10.52 -
YUV 203.97 19.1 160.83 -
System Red Green Blue C M Y K H S L
Decimal 250 218 11 0 0.13 0.96 0.02 51.97 0.96 0.51
Hex FA DA B 0 D 60 2 34 60 33
Octal 372 332 13 0 15 140 2 64 140 63
Binary 11111010 11011010 1011 0 1101 1100000 10 110100 1100000 110011

Color Harmonies of #FADA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADA0B

Black with #FADA0B

Text Example


Text Example

White with #FADA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADA0B; }

 p { color: rgb(250,218,11); }

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

background-color css

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

 a { background-color: rgb(250,218,11); }

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

border-color css

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

 span { border-color: rgb(250,218,11); }

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