Html Css Color HEX #FEA53C Yellow Orange

📋 copy color: '#FEA53C'

red 254 ◦ green 165 ◦ blue 60

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

Shades of Yellow Orange #FEA53C

Tints of Yellow Orange #FEA53C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.45%

 BLUE value IS 60 (23.83% from 255) = 12.53%

R = 53.03%
G = 34.45%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FEA53C (or 0xFEA53C) is known color: Yellow Orange. HEX triplet: FE, A5 and 3C. RGB value is (254,165,60). Sum of RGB (Red+Green+Blue) = 254+165+60=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 60 (23.83% from 255 or 12.53% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA53C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA53C is #015AC3. Grayscale: #B4B4B4. Windows color (decimal): -88772 or 3974654. OLE color: 3974654.

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

Color convert

RGB 254 165 60 -
CMYK 0 0.35 0.76 0.00
HSL 32.47º 0.99% 0.62% -
HSV(B) 32.47º 0.76% 1% -
XYZ 55.14 48.31 10.69 -
YUV 179.64 60.49 181.04 -
System Red Green Blue C M Y K H S L
Decimal 254 165 60 0 0.35 0.76 0.00 32.47 0.99 0.62
Hex FE A5 3C 0 23 4C 0 20 63 3E
Octal 376 245 74 0 43 114 0 40 143 76
Binary 11111110 10100101 111100 0 100011 1001100 0 100000 1100011 111110

Color Harmonies of #FEA53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA53C

Black with #FEA53C

Text Example


Text Example

White with #FEA53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA53C; }

 p { color: rgb(254,165,60); }

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

background-color css

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

 a { background-color: rgb(254,165,60); }

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

border-color css

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

 span { border-color: rgb(254,165,60); }

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