Html Css Color HEX #FF964C Sunshade

📋 copy color: '#FF964C'

red 255 ◦ green 150 ◦ blue 76

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

Shades of Sunshade #FF964C

Tints of Sunshade #FF964C

RGB

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

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

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

R = 53.01%
G = 31.19%
B = 15.8%

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

#FF964C (or 0xFF964C) is known color: Sunshade. HEX triplet: FF, 96 and 4C. RGB value is (255,150,76). Sum of RGB (Red+Green+Blue) = 255+150+76=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 76 (30.08% from 255 or 15.80% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF964C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF964C is #0069B3. Grayscale: #ADADAD. Windows color (decimal): -27060 or 5019391. OLE color: 5019391.

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

Color convert

RGB 255 150 76 -
CMYK 0 0.41 0.70 0
HSL 24.8º 1% 0.65% -
HSV(B) 24.8º 0.7% 1% -
XYZ 53.45 43.59 12.43 -
YUV 172.96 73.29 186.52 -
System Red Green Blue C M Y K H S L
Decimal 255 150 76 0 0.41 0.70 0 24.8 1 0.65
Hex FF 96 4C 0 29 46 0 19 64 41
Octal 377 226 114 0 51 106 0 31 144 101
Binary 11111111 10010110 1001100 0 101001 1000110 0 11001 1100100 1000001

Color Harmonies of #FF964C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF964C

Black with #FF964C

Text Example


Text Example

White with #FF964C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF964C; }

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

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

background-color css

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

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

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

border-color css

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

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

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