Html Css Color HEX #FEDB09 School Bus Yellow

📋 copy color: '#FEDB09'

red 254 ◦ green 219 ◦ blue 9

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

Shades of School Bus Yellow #FEDB09

Tints of School Bus Yellow #FEDB09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 1.87%

R = 52.7%
G = 45.44%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FEDB09 (or 0xFEDB09) is known color: School Bus Yellow. HEX triplet: FE, DB and 09. RGB value is (254,219,9). Sum of RGB (Red+Green+Blue) = 254+219+9=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 9 (3.91% from 255 or 1.87% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDB09 is #0124F6. Grayscale: #CECECE. Windows color (decimal): -74999 or 646142. OLE color: 646142.

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

Color convert

RGB 254 219 9 -
CMYK 0 0.14 0.96 0.00
HSL 51.43º 0.99% 0.52% -
HSV(B) 51.43º 0.96% 1% -
XYZ 66.25 71.75 10.62 -
YUV 205.53 17.1 162.58 -
System Red Green Blue C M Y K H S L
Decimal 254 219 9 0 0.14 0.96 0.00 51.43 0.99 0.52
Hex FE DB 9 0 E 60 0 33 63 34
Octal 376 333 11 0 16 140 0 63 143 64
Binary 11111110 11011011 1001 0 1110 1100000 0 110011 1100011 110100

Color Harmonies of #FEDB09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDB09

Black with #FEDB09

Text Example


Text Example

White with #FEDB09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDB09; }

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

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

background-color css

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

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

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

border-color css

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

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

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