Html Css Color HEX #FEDB04 School Bus Yellow

📋 copy color: '#FEDB04'

red 254 ◦ green 219 ◦ blue 4

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

Shades of School Bus Yellow #FEDB04

Tints of School Bus Yellow #FEDB04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.84%

R = 53.25%
G = 45.91%
B = 0.84%

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

#FEDB04 (or 0xFEDB04) is known color: School Bus Yellow. HEX triplet: FE, DB and 04. RGB value is (254,219,4). Sum of RGB (Red+Green+Blue) = 254+219+4=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 4 (1.95% from 255 or 0.84% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDB04 is #0124FB. Grayscale: #CDCDCD. Windows color (decimal): -75004 or 318462. OLE color: 318462.

HSL color Cylindrical-coordinate representation of color #FEDB04: hue angle of 51.6º 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 #FEDB04 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 219 4 -
CMYK 0 0.14 0.98 0.00
HSL 51.6º 0.99% 0.51% -
HSV(B) 51.6º 0.98% 1% -
XYZ 66.23 71.74 10.47 -
YUV 204.96 14.6 162.98 -
System Red Green Blue C M Y K H S L
Decimal 254 219 4 0 0.14 0.98 0.00 51.6 0.99 0.51
Hex FE DB 4 0 E 62 0 34 63 33
Octal 376 333 4 0 16 142 0 64 143 63
Binary 11111110 11011011 100 0 1110 1100010 0 110100 1100011 110011

Color Harmonies of #FEDB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDB04

Black with #FEDB04

Text Example


Text Example

White with #FEDB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDB04; }

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

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

background-color css

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

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

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

border-color css

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

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

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