Html Css Color HEX #F7964B Sunshade

📋 copy color: '#F7964B'

red 247 ◦ green 150 ◦ blue 75

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

Shades of Sunshade #F7964B

Tints of Sunshade #F7964B

RGB

 RED value IS 247 (96.88% from 255) = 52.33%

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

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

R = 52.33%
G = 31.78%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F7964B (or 0xF7964B) is known color: Sunshade. HEX triplet: F7, 96 and 4B. RGB value is (247,150,75). Sum of RGB (Red+Green+Blue) = 247+150+75=472 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.33% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 75 (29.69% from 255 or 15.89% from 472); Max value from RGB is 247 - color contains mainly: red. Hex color #F7964B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7964B is #0869B4. Grayscale: #AAAAAA. Windows color (decimal): -551349 or 4953847. OLE color: 4953847.

HSL color Cylindrical-coordinate representation of color #F7964B: hue angle of 26.16º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F7964B is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 150 75 -
CMYK 0 0.39 0.70 0.03
HSL 26.16º 0.91% 0.63% -
HSV(B) 26.16º 0.7% 0.97% -
XYZ 50.53 42.09 12.12 -
YUV 170.45 74.14 182.6 -
System Red Green Blue C M Y K H S L
Decimal 247 150 75 0 0.39 0.70 0.03 26.16 0.91 0.63
Hex F7 96 4B 0 27 46 3 1A 5B 3F
Octal 367 226 113 0 47 106 3 32 133 77
Binary 11110111 10010110 1001011 0 100111 1000110 11 11010 1011011 111111

Color Harmonies of #F7964B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7964B

Black with #F7964B

Text Example


Text Example

White with #F7964B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7964B; }

 p { color: rgb(247,150,75); }

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

background-color css

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

 a { background-color: rgb(247,150,75); }

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

border-color css

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

 span { border-color: rgb(247,150,75); }

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