Html Css Color HEX #FEDB00 School Bus Yellow

📋 copy color: '#FEDB00'

red 254 ◦ green 219 ◦ blue 0

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

Shades of School Bus Yellow #FEDB00

Tints of School Bus Yellow #FEDB00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.7%
G = 46.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#FEDB00 (or 0xFEDB00) is known color: School Bus Yellow. HEX triplet: FE, DB and 00. RGB value is (254,219,0). Sum of RGB (Red+Green+Blue) = 254+219+0=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 0 (0.39% from 255 or 0% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDB00 is #0124FF. Grayscale: #CDCDCD. Windows color (decimal): -75008 or 56318. OLE color: 56318.

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

Color convert

RGB 254 219 0 -
CMYK 0 0.14 1 0.00
HSL 51.73º 1% 0.5% -
HSV(B) 51.73º 1% 1% -
XYZ 66.2 71.73 10.36 -
YUV 204.5 12.6 163.31 -
System Red Green Blue C M Y K H S L
Decimal 254 219 0 0 0.14 1 0.00 51.73 1 0.5
Hex FE DB 0 0 E 64 0 34 64 32
Octal 376 333 0 0 16 144 0 64 144 62
Binary 11111110 11011011 0 0 1110 1100100 0 110100 1100100 110010

Color Harmonies of #FEDB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDB00

Black with #FEDB00

Text Example


Text Example

White with #FEDB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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