Html Css Color HEX #FFDB08 School Bus Yellow

📋 copy color: '#FFDB08'

red 255 ◦ green 219 ◦ blue 8

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

Shades of School Bus Yellow #FFDB08

Tints of School Bus Yellow #FFDB08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.66%

R = 52.9%
G = 45.44%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FFDB08 (or 0xFFDB08) is known color: School Bus Yellow. HEX triplet: FF, DB and 08. RGB value is (255,219,8). Sum of RGB (Red+Green+Blue) = 255+219+8=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 8 (3.52% from 255 or 1.66% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDB08 is #0024F7. Grayscale: #CECECE. Windows color (decimal): -9464 or 580607. OLE color: 580607.

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

Color convert

RGB 255 219 8 -
CMYK 0 0.14 0.97 0
HSL 51.26º 1% 0.52% -
HSV(B) 51.26º 0.97% 1% -
XYZ 66.62 71.94 10.6 -
YUV 205.71 16.43 163.16 -
System Red Green Blue C M Y K H S L
Decimal 255 219 8 0 0.14 0.97 0 51.26 1 0.52
Hex FF DB 8 0 E 61 0 33 64 34
Octal 377 333 10 0 16 141 0 63 144 64
Binary 11111111 11011011 1000 0 1110 1100001 0 110011 1100100 110100

Color Harmonies of #FFDB08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDB08

Black with #FFDB08

Text Example


Text Example

White with #FFDB08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDB08; }

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

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

background-color css

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

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

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

border-color css

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

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

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