Html Css Color HEX #FEA53F Yellow Orange

📋 copy color: '#FEA53F'

red 254 ◦ green 165 ◦ blue 63

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

Shades of Yellow Orange #FEA53F

Tints of Yellow Orange #FEA53F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.07%

R = 52.7%
G = 34.23%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FEA53F (or 0xFEA53F) is known color: Yellow Orange. HEX triplet: FE, A5 and 3F. RGB value is (254,165,63). Sum of RGB (Red+Green+Blue) = 254+165+63=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 63 (25% from 255 or 13.07% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA53F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA53F is #015AC0. Grayscale: #B4B4B4. Windows color (decimal): -88769 or 4171262. OLE color: 4171262.

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

Color convert

RGB 254 165 63 -
CMYK 0 0.35 0.75 0.00
HSL 32.04º 0.99% 0.62% -
HSV(B) 32.04º 0.75% 1% -
XYZ 55.23 48.34 11.12 -
YUV 179.98 61.99 180.79 -
System Red Green Blue C M Y K H S L
Decimal 254 165 63 0 0.35 0.75 0.00 32.04 0.99 0.62
Hex FE A5 3F 0 23 4B 0 20 63 3E
Octal 376 245 77 0 43 113 0 40 143 76
Binary 11111110 10100101 111111 0 100011 1001011 0 100000 1100011 111110

Color Harmonies of #FEA53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA53F

Black with #FEA53F

Text Example


Text Example

White with #FEA53F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA53F; }

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

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

background-color css

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

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

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

border-color css

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

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

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