Html Css Color HEX #FFD90B School Bus Yellow

📋 copy color: '#FFD90B'

red 255 ◦ green 217 ◦ blue 11

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

Shades of School Bus Yellow #FFD90B

Tints of School Bus Yellow #FFD90B

RGB

 RED value IS 255 (100% from 255) = 52.8%

 GREEN value IS 217 (85.16% from 255) = 44.93%

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

R = 52.8%
G = 44.93%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FFD90B (or 0xFFD90B) is known color: School Bus Yellow. HEX triplet: FF, D9 and 0B. RGB value is (255,217,11). Sum of RGB (Red+Green+Blue) = 255+217+11=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 217 (85.16% from 255 or 44.93% from 483); Blue value is 11 (4.69% from 255 or 2.28% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD90B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD90B is #0026F4. Grayscale: #CDCDCD. Windows color (decimal): -9973 or 776703. OLE color: 776703.

HSL color Cylindrical-coordinate representation of color #FFD90B: hue angle of 50.66º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFD90B is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.

Color convert

RGB 255 217 11 -
CMYK 0 0.15 0.96 0
HSL 50.66º 1% 0.52% -
HSV(B) 50.66º 0.96% 1% -
XYZ 66.11 70.91 10.52 -
YUV 204.88 18.59 163.75 -
System Red Green Blue C M Y K H S L
Decimal 255 217 11 0 0.15 0.96 0 50.66 1 0.52
Hex FF D9 B 0 F 60 0 33 64 34
Octal 377 331 13 0 17 140 0 63 144 64
Binary 11111111 11011001 1011 0 1111 1100000 0 110011 1100100 110100

Color Harmonies of #FFD90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD90B

Black with #FFD90B

Text Example


Text Example

White with #FFD90B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD90B; }

 p { color: rgb(255,217,11); }

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

background-color css

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

 a { background-color: rgb(255,217,11); }

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

border-color css

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

 span { border-color: rgb(255,217,11); }

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