Html Css Color HEX #FE954B Sunshade

📋 copy color: '#FE954B'

red 254 ◦ green 149 ◦ blue 75

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

Shades of Sunshade #FE954B

Tints of Sunshade #FE954B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.17%

 BLUE value IS 75 (29.69% from 255) = 15.69%

R = 53.14%
G = 31.17%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE954B (or 0xFE954B) is known color: Sunshade. HEX triplet: FE, 95 and 4B. RGB value is (254,149,75). Sum of RGB (Red+Green+Blue) = 254+149+75=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 75 (29.69% from 255 or 15.69% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE954B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE954B is #016AB4. Grayscale: #ACACAC. Windows color (decimal): -92853 or 4953598. OLE color: 4953598.

HSL color Cylindrical-coordinate representation of color #FE954B: hue angle of 24.8º 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 #FE954B is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 149 75 -
CMYK 0 0.41 0.70 0.00
HSL 24.8º 0.99% 0.65% -
HSV(B) 24.8º 0.7% 1% -
XYZ 52.89 43.07 12.18 -
YUV 171.96 73.29 186.52 -
System Red Green Blue C M Y K H S L
Decimal 254 149 75 0 0.41 0.70 0.00 24.8 0.99 0.65
Hex FE 95 4B 0 29 46 0 19 63 41
Octal 376 225 113 0 51 106 0 31 143 101
Binary 11111110 10010101 1001011 0 101001 1000110 0 11001 1100011 1000001

Color Harmonies of #FE954B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE954B

Black with #FE954B

Text Example


Text Example

White with #FE954B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE954B; }

 p { color: rgb(254,149,75); }

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

background-color css

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

 a { background-color: rgb(254,149,75); }

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

border-color css

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

 span { border-color: rgb(254,149,75); }

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