Html Css Color HEX #FF964D Sunshade

📋 copy color: '#FF964D'

red 255 ◦ green 150 ◦ blue 77

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

Shades of Sunshade #FF964D

Tints of Sunshade #FF964D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.98%

R = 52.9%
G = 31.12%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#FF964D (or 0xFF964D) is known color: Sunshade. HEX triplet: FF, 96 and 4D. RGB value is (255,150,77). Sum of RGB (Red+Green+Blue) = 255+150+77=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 77 (30.47% from 255 or 15.98% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF964D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF964D is #0069B2. Grayscale: #ADADAD. Windows color (decimal): -27059 or 5084927. OLE color: 5084927.

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

Color convert

RGB 255 150 77 -
CMYK 0 0.41 0.70 0
HSL 24.61º 1% 0.65% -
HSV(B) 24.61º 0.7% 1% -
XYZ 53.49 43.61 12.62 -
YUV 173.07 73.79 186.44 -
System Red Green Blue C M Y K H S L
Decimal 255 150 77 0 0.41 0.70 0 24.61 1 0.65
Hex FF 96 4D 0 29 46 0 19 64 41
Octal 377 226 115 0 51 106 0 31 144 101
Binary 11111111 10010110 1001101 0 101001 1000110 0 11001 1100100 1000001

Color Harmonies of #FF964D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF964D

Black with #FF964D

Text Example


Text Example

White with #FF964D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF964D; }

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

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

background-color css

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

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

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

border-color css

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

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

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