Html Css Color HEX #F7960A Orange Peel

📋 copy color: '#F7960A'

red 247 ◦ green 150 ◦ blue 10

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

Shades of Orange Peel #F7960A

Tints of Orange Peel #F7960A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.46%

R = 60.69%
G = 36.86%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F7960A (or 0xF7960A) is known color: Orange Peel. HEX triplet: F7, 96 and 0A. RGB value is (247,150,10). Sum of RGB (Red+Green+Blue) = 247+150+10=407 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.69% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 10 (4.30% from 255 or 2.46% from 407); Max value from RGB is 247 - color contains mainly: red. Hex color #F7960A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7960A is #0869F5. Grayscale: #A3A3A3. Windows color (decimal): -551414 or 694007. OLE color: 694007.

HSL color Cylindrical-coordinate representation of color #F7960A: hue angle of 35.44º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F7960A is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 150 10 -
CMYK 0 0.39 0.96 0.03
HSL 35.44º 0.94% 0.5% -
HSV(B) 35.44º 0.96% 0.97% -
XYZ 49.32 41.61 5.72 -
YUV 163.04 41.64 187.88 -
System Red Green Blue C M Y K H S L
Decimal 247 150 10 0 0.39 0.96 0.03 35.44 0.94 0.5
Hex F7 96 A 0 27 60 3 23 5E 32
Octal 367 226 12 0 47 140 3 43 136 62
Binary 11110111 10010110 1010 0 100111 1100000 11 100011 1011110 110010

Color Harmonies of #F7960A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7960A

Black with #F7960A

Text Example


Text Example

White with #F7960A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7960A; }

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

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

background-color css

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

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

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

border-color css

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

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

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