Html Css Color HEX #FEDB0A School Bus Yellow

📋 copy color: '#FEDB0A'

red 254 ◦ green 219 ◦ blue 10

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

Shades of School Bus Yellow #FEDB0A

Tints of School Bus Yellow #FEDB0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.07%

R = 52.59%
G = 45.34%
B = 2.07%

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

#FEDB0A (or 0xFEDB0A) is known color: School Bus Yellow. HEX triplet: FE, DB and 0A. RGB value is (254,219,10). Sum of RGB (Red+Green+Blue) = 254+219+10=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 10 (4.30% from 255 or 2.07% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDB0A is #0124F5. Grayscale: #CECECE. Windows color (decimal): -74998 or 711678. OLE color: 711678.

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

Color convert

RGB 254 219 10 -
CMYK 0 0.14 0.96 0.00
HSL 51.39º 0.99% 0.52% -
HSV(B) 51.39º 0.96% 1% -
XYZ 66.26 71.76 10.65 -
YUV 205.64 17.6 162.49 -
System Red Green Blue C M Y K H S L
Decimal 254 219 10 0 0.14 0.96 0.00 51.39 0.99 0.52
Hex FE DB A 0 E 60 0 33 63 34
Octal 376 333 12 0 16 140 0 63 143 64
Binary 11111110 11011011 1010 0 1110 1100000 0 110011 1100011 110100

Color Harmonies of #FEDB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDB0A

Black with #FEDB0A

Text Example


Text Example

White with #FEDB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDB0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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