Html Css Color HEX #FEA34F Sunshade

📋 copy color: '#FEA34F'

red 254 ◦ green 163 ◦ blue 79

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

Shades of Sunshade #FEA34F

Tints of Sunshade #FEA34F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.93%

R = 51.21%
G = 32.86%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FEA34F (or 0xFEA34F) is known color: Sunshade. HEX triplet: FE, A3 and 4F. RGB value is (254,163,79). Sum of RGB (Red+Green+Blue) = 254+163+79=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 163 (64.06% from 255 or 32.86% from 496); Blue value is 79 (31.25% from 255 or 15.93% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA34F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA34F is #015CB0. Grayscale: #B5B5B5. Windows color (decimal): -89265 or 5219326. OLE color: 5219326.

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

Color convert

RGB 254 163 79 -
CMYK 0 0.36 0.69 0.00
HSL 28.8º 0.99% 0.65% -
HSV(B) 28.8º 0.69% 1% -
XYZ 55.38 47.83 13.71 -
YUV 180.63 70.65 180.33 -
System Red Green Blue C M Y K H S L
Decimal 254 163 79 0 0.36 0.69 0.00 28.8 0.99 0.65
Hex FE A3 4F 0 24 45 0 1D 63 41
Octal 376 243 117 0 44 105 0 35 143 101
Binary 11111110 10100011 1001111 0 100100 1000101 0 11101 1100011 1000001

Color Harmonies of #FEA34F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA34F

Black with #FEA34F

Text Example


Text Example

White with #FEA34F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA34F; }

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

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

background-color css

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

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

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

border-color css

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

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

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