Html Css Color HEX #FEDB06 School Bus Yellow

📋 copy color: '#FEDB06'

red 254 ◦ green 219 ◦ blue 6

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

Shades of School Bus Yellow #FEDB06

Tints of School Bus Yellow #FEDB06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.25%

R = 53.03%
G = 45.72%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FEDB06 (or 0xFEDB06) is known color: School Bus Yellow. HEX triplet: FE, DB and 06. RGB value is (254,219,6). Sum of RGB (Red+Green+Blue) = 254+219+6=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 6 (2.73% from 255 or 1.25% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDB06 is #0124F9. Grayscale: #CECECE. Windows color (decimal): -75002 or 449534. OLE color: 449534.

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

Color convert

RGB 254 219 6 -
CMYK 0 0.14 0.98 0.00
HSL 51.53º 0.99% 0.51% -
HSV(B) 51.53º 0.98% 1% -
XYZ 66.24 71.75 10.53 -
YUV 205.18 15.6 162.82 -
System Red Green Blue C M Y K H S L
Decimal 254 219 6 0 0.14 0.98 0.00 51.53 0.99 0.51
Hex FE DB 6 0 E 62 0 34 63 33
Octal 376 333 6 0 16 142 0 64 143 63
Binary 11111110 11011011 110 0 1110 1100010 0 110100 1100011 110011

Color Harmonies of #FEDB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDB06

Black with #FEDB06

Text Example


Text Example

White with #FEDB06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDB06; }

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

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

background-color css

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

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

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

border-color css

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

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

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