Html Css Color HEX #FEA352 Sunshade

📋 copy color: '#FEA352'

red 254 ◦ green 163 ◦ blue 82

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

Shades of Sunshade #FEA352

Tints of Sunshade #FEA352

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.67%

 BLUE value IS 82 (32.42% from 255) = 16.43%

R = 50.9%
G = 32.67%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#FEA352 (or 0xFEA352) is known color: Sunshade. HEX triplet: FE, A3 and 52. RGB value is (254,163,82). Sum of RGB (Red+Green+Blue) = 254+163+82=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 163 (64.06% from 255 or 32.67% from 499); Blue value is 82 (32.42% from 255 or 16.43% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA352 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA352 is #015CAD. Grayscale: #B5B5B5. Windows color (decimal): -89262 or 5415934. OLE color: 5415934.

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

Color convert

RGB 254 163 82 -
CMYK 0 0.36 0.68 0.00
HSL 28.26º 0.99% 0.66% -
HSV(B) 28.26º 0.68% 1% -
XYZ 55.49 47.87 14.3 -
YUV 180.98 72.15 180.09 -
System Red Green Blue C M Y K H S L
Decimal 254 163 82 0 0.36 0.68 0.00 28.26 0.99 0.66
Hex FE A3 52 0 24 44 0 1C 63 42
Octal 376 243 122 0 44 104 0 34 143 102
Binary 11111110 10100011 1010010 0 100100 1000100 0 11100 1100011 1000010

Color Harmonies of #FEA352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA352

Black with #FEA352

Text Example


Text Example

White with #FEA352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA352; }

 p { color: rgb(254,163,82); }

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

background-color css

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

 a { background-color: rgb(254,163,82); }

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

border-color css

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

 span { border-color: rgb(254,163,82); }

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