Html Css Color HEX #FEDA06 School Bus Yellow

📋 copy color: '#FEDA06'

red 254 ◦ green 218 ◦ blue 6

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

Shades of School Bus Yellow #FEDA06

Tints of School Bus Yellow #FEDA06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.26%

R = 53.14%
G = 45.61%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FEDA06 (or 0xFEDA06) is known color: School Bus Yellow. HEX triplet: FE, DA and 06. RGB value is (254,218,6). Sum of RGB (Red+Green+Blue) = 254+218+6=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 218 (85.55% from 255 or 45.61% from 478); Blue value is 6 (2.73% from 255 or 1.26% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDA06 is #0125F9. Grayscale: #CDCDCD. Windows color (decimal): -75258 or 449278. OLE color: 449278.

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

Color convert

RGB 254 218 6 -
CMYK 0 0.14 0.98 0.00
HSL 51.29º 0.99% 0.51% -
HSV(B) 51.29º 0.98% 1% -
XYZ 65.98 71.23 10.44 -
YUV 204.6 15.93 163.24 -
System Red Green Blue C M Y K H S L
Decimal 254 218 6 0 0.14 0.98 0.00 51.29 0.99 0.51
Hex FE DA 6 0 E 62 0 33 63 33
Octal 376 332 6 0 16 142 0 63 143 63
Binary 11111110 11011010 110 0 1110 1100010 0 110011 1100011 110011

Color Harmonies of #FEDA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDA06

Black with #FEDA06

Text Example


Text Example

White with #FEDA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDA06; }

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

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

background-color css

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

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

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

border-color css

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

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

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