Html Css Color HEX #FEDA01 School Bus Yellow

📋 copy color: '#FEDA01'

red 254 ◦ green 218 ◦ blue 1

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

Shades of School Bus Yellow #FEDA01

Tints of School Bus Yellow #FEDA01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.21%

R = 53.7%
G = 46.09%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FEDA01 (or 0xFEDA01) is known color: School Bus Yellow. HEX triplet: FE, DA and 01. RGB value is (254,218,1). Sum of RGB (Red+Green+Blue) = 254+218+1=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 1 (0.78% from 255 or 0.21% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDA01 is #0125FE. Grayscale: #CCCCCC. Windows color (decimal): -75263 or 121598. OLE color: 121598.

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

Color convert

RGB 254 218 1 -
CMYK 0 0.14 1.00 0.00
HSL 51.46º 0.99% 0.5% -
HSV(B) 51.46º 1% 1% -
XYZ 65.95 71.22 10.3 -
YUV 204.03 13.43 163.64 -
System Red Green Blue C M Y K H S L
Decimal 254 218 1 0 0.14 1.00 0.00 51.46 0.99 0.5
Hex FE DA 1 0 E 64 0 33 63 32
Octal 376 332 1 0 16 144 0 63 143 62
Binary 11111110 11011010 1 0 1110 1100100 0 110011 1100011 110010

Color Harmonies of #FEDA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDA01

Black with #FEDA01

Text Example


Text Example

White with #FEDA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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