Html Css Color HEX #FEDB01 School Bus Yellow

📋 copy color: '#FEDB01'

red 254 ◦ green 219 ◦ blue 1

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

Shades of School Bus Yellow #FEDB01

Tints of School Bus Yellow #FEDB01

RGB

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

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

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

R = 53.59%
G = 46.2%
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

#FEDB01 (or 0xFEDB01) is known color: School Bus Yellow. HEX triplet: FE, DB and 01. RGB value is (254,219,1). Sum of RGB (Red+Green+Blue) = 254+219+1=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 1 (0.78% from 255 or 0.21% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDB01 is #0124FE. Grayscale: #CDCDCD. Windows color (decimal): -75007 or 121854. OLE color: 121854.

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

Color convert

RGB 254 219 1 -
CMYK 0 0.14 1.00 0.00
HSL 51.7º 0.99% 0.5% -
HSV(B) 51.7º 1% 1% -
XYZ 66.21 71.74 10.39 -
YUV 204.61 13.1 163.23 -
System Red Green Blue C M Y K H S L
Decimal 254 219 1 0 0.14 1.00 0.00 51.7 0.99 0.5
Hex FE DB 1 0 E 64 0 34 63 32
Octal 376 333 1 0 16 144 0 64 143 62
Binary 11111110 11011011 1 0 1110 1100100 0 110100 1100011 110010

Color Harmonies of #FEDB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDB01

Black with #FEDB01

Text Example


Text Example

White with #FEDB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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