Html Css Color HEX #FE964A Sunshade

📋 copy color: '#FE964A'

red 254 ◦ green 150 ◦ blue 74

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

Shades of Sunshade #FE964A

Tints of Sunshade #FE964A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.38%

 BLUE value IS 74 (29.3% from 255) = 15.48%

R = 53.14%
G = 31.38%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FE964A (or 0xFE964A) is known color: Sunshade. HEX triplet: FE, 96 and 4A. RGB value is (254,150,74). Sum of RGB (Red+Green+Blue) = 254+150+74=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 74 (29.30% from 255 or 15.48% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE964A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE964A is #0169B5. Grayscale: #ACACAC. Windows color (decimal): -92598 or 4888318. OLE color: 4888318.

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

Color convert

RGB 254 150 74 -
CMYK 0 0.41 0.71 0.00
HSL 25.33º 0.99% 0.64% -
HSV(B) 25.33º 0.71% 1% -
XYZ 53.02 43.38 12.06 -
YUV 172.43 72.46 186.18 -
System Red Green Blue C M Y K H S L
Decimal 254 150 74 0 0.41 0.71 0.00 25.33 0.99 0.64
Hex FE 96 4A 0 29 47 0 19 63 40
Octal 376 226 112 0 51 107 0 31 143 100
Binary 11111110 10010110 1001010 0 101001 1000111 0 11001 1100011 1000000

Color Harmonies of #FE964A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE964A

Black with #FE964A

Text Example


Text Example

White with #FE964A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE964A; }

 p { color: rgb(254,150,74); }

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

background-color css

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

 a { background-color: rgb(254,150,74); }

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

border-color css

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

 span { border-color: rgb(254,150,74); }

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