Html Css Color HEX #FE914C Sunshade

📋 copy color: '#FE914C'

red 254 ◦ green 145 ◦ blue 76

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

Shades of Sunshade #FE914C

Tints of Sunshade #FE914C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.53%

 BLUE value IS 76 (30.08% from 255) = 16%

R = 53.47%
G = 30.53%
B = 16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE914C (or 0xFE914C) is known color: Sunshade. HEX triplet: FE, 91 and 4C. RGB value is (254,145,76). Sum of RGB (Red+Green+Blue) = 254+145+76=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 145 (57.03% from 255 or 30.53% from 475); Blue value is 76 (30.08% from 255 or 16% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE914C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE914C is #016EB3. Grayscale: #AAAAAA. Windows color (decimal): -93876 or 5018110. OLE color: 5018110.

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

Color convert

RGB 254 145 76 -
CMYK 0 0.43 0.70 0.00
HSL 23.26º 0.99% 0.65% -
HSV(B) 23.26º 0.7% 1% -
XYZ 52.3 41.84 12.16 -
YUV 169.73 75.11 188.11 -
System Red Green Blue C M Y K H S L
Decimal 254 145 76 0 0.43 0.70 0.00 23.26 0.99 0.65
Hex FE 91 4C 0 2B 46 0 17 63 41
Octal 376 221 114 0 53 106 0 27 143 101
Binary 11111110 10010001 1001100 0 101011 1000110 0 10111 1100011 1000001

Color Harmonies of #FE914C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE914C

Black with #FE914C

Text Example


Text Example

White with #FE914C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE914C; }

 p { color: rgb(254,145,76); }

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

background-color css

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

 a { background-color: rgb(254,145,76); }

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

border-color css

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

 span { border-color: rgb(254,145,76); }

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