Html Css Color HEX #FFDB0E School Bus Yellow

📋 copy color: '#FFDB0E'

red 255 ◦ green 219 ◦ blue 14

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

Shades of School Bus Yellow #FFDB0E

Tints of School Bus Yellow #FFDB0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 2.87%

R = 52.25%
G = 44.88%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFDB0E (or 0xFFDB0E) is known color: School Bus Yellow. HEX triplet: FF, DB and 0E. RGB value is (255,219,14). Sum of RGB (Red+Green+Blue) = 255+219+14=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 14 (5.86% from 255 or 2.87% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDB0E is #0024F1. Grayscale: #CFCFCF. Windows color (decimal): -9458 or 973823. OLE color: 973823.

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

Color convert

RGB 255 219 14 -
CMYK 0 0.14 0.95 0
HSL 51.04º 1% 0.53% -
HSV(B) 51.04º 0.95% 1% -
XYZ 66.65 71.95 10.79 -
YUV 206.39 19.43 162.67 -
System Red Green Blue C M Y K H S L
Decimal 255 219 14 0 0.14 0.95 0 51.04 1 0.53
Hex FF DB E 0 E 5F 0 33 64 35
Octal 377 333 16 0 16 137 0 63 144 65
Binary 11111111 11011011 1110 0 1110 1011111 0 110011 1100100 110101

Color Harmonies of #FFDB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDB0E

Black with #FFDB0E

Text Example


Text Example

White with #FFDB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDB0E; }

 p { color: rgb(255,219,14); }

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

background-color css

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

 a { background-color: rgb(255,219,14); }

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

border-color css

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

 span { border-color: rgb(255,219,14); }

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