Html Css Color HEX #FEDB08 School Bus Yellow

📋 copy color: '#FEDB08'

red 254 ◦ green 219 ◦ blue 8

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

Shades of School Bus Yellow #FEDB08

Tints of School Bus Yellow #FEDB08

RGB

 RED value IS 254 (99.61% from 255) = 52.81%

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

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

R = 52.81%
G = 45.53%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#FEDB08 (or 0xFEDB08) is known color: School Bus Yellow. HEX triplet: FE, DB and 08. RGB value is (254,219,8). Sum of RGB (Red+Green+Blue) = 254+219+8=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 8 (3.52% from 255 or 1.66% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDB08 is #0124F7. Grayscale: #CECECE. Windows color (decimal): -75000 or 580606. OLE color: 580606.

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

Color convert

RGB 254 219 8 -
CMYK 0 0.14 0.97 0.00
HSL 51.46º 0.99% 0.51% -
HSV(B) 51.46º 0.97% 1% -
XYZ 66.25 71.75 10.59 -
YUV 205.41 16.6 162.66 -
System Red Green Blue C M Y K H S L
Decimal 254 219 8 0 0.14 0.97 0.00 51.46 0.99 0.51
Hex FE DB 8 0 E 61 0 33 63 33
Octal 376 333 10 0 16 141 0 63 143 63
Binary 11111110 11011011 1000 0 1110 1100001 0 110011 1100011 110011

Color Harmonies of #FEDB08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDB08

Black with #FEDB08

Text Example


Text Example

White with #FEDB08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDB08; }

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

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

background-color css

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

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

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

border-color css

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

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

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