Html Css Color HEX #FEDA00 School Bus Yellow

📋 copy color: '#FEDA00'

red 254 ◦ green 218 ◦ blue 0

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

Shades of School Bus Yellow #FEDA00

Tints of School Bus Yellow #FEDA00

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.19%

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

R = 53.81%
G = 46.19%
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

#FEDA00 (or 0xFEDA00) is known color: School Bus Yellow. HEX triplet: FE, DA and 00. RGB value is (254,218,0). Sum of RGB (Red+Green+Blue) = 254+218+0=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 0 (0.39% from 255 or 0% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDA00 is #0125FF. Grayscale: #CCCCCC. Windows color (decimal): -75264 or 56062. OLE color: 56062.

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

Color convert

RGB 254 218 0 -
CMYK 0 0.14 1 0.00
HSL 51.5º 1% 0.5% -
HSV(B) 51.5º 1% 1% -
XYZ 65.94 71.21 10.27 -
YUV 203.91 12.93 163.73 -
System Red Green Blue C M Y K H S L
Decimal 254 218 0 0 0.14 1 0.00 51.5 1 0.5
Hex FE DA 0 0 E 64 0 33 64 32
Octal 376 332 0 0 16 144 0 63 144 62
Binary 11111110 11011010 0 0 1110 1100100 0 110011 1100100 110010

Color Harmonies of #FEDA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDA00

Black with #FEDA00

Text Example


Text Example

White with #FEDA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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