Html Css Color HEX #FF964A Sunshade

📋 copy color: '#FF964A'

red 255 ◦ green 150 ◦ blue 74

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

Shades of Sunshade #FF964A

Tints of Sunshade #FF964A

RGB

 RED value IS 255 (100% from 255) = 53.24%

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

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

R = 53.24%
G = 31.32%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FF964A (or 0xFF964A) is known color: Sunshade. HEX triplet: FF, 96 and 4A. RGB value is (255,150,74). Sum of RGB (Red+Green+Blue) = 255+150+74=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 74 (29.30% from 255 or 15.45% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF964A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF964A is #0069B5. Grayscale: #ADADAD. Windows color (decimal): -27062 or 4888319. OLE color: 4888319.

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

Color convert

RGB 255 150 74 -
CMYK 0 0.41 0.71 0
HSL 25.19º 1% 0.65% -
HSV(B) 25.19º 0.71% 1% -
XYZ 53.38 43.57 12.07 -
YUV 172.73 72.29 186.68 -
System Red Green Blue C M Y K H S L
Decimal 255 150 74 0 0.41 0.71 0 25.19 1 0.65
Hex FF 96 4A 0 29 47 0 19 64 41
Octal 377 226 112 0 51 107 0 31 144 101
Binary 11111111 10010110 1001010 0 101001 1000111 0 11001 1100100 1000001

Color Harmonies of #FF964A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF964A

Black with #FF964A

Text Example


Text Example

White with #FF964A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF964A; }

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

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

background-color css

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

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

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

border-color css

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

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

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