Html Css Color HEX #F7980C Orange Peel

📋 copy color: '#F7980C'

red 247 ◦ green 152 ◦ blue 12

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

Shades of Orange Peel #F7980C

Tints of Orange Peel #F7980C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.98%

 BLUE value IS 12 (5.08% from 255) = 2.92%

R = 60.1%
G = 36.98%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7980C (or 0xF7980C) is known color: Orange Peel. HEX triplet: F7, 98 and 0C. RGB value is (247,152,12). Sum of RGB (Red+Green+Blue) = 247+152+12=411 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.10% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 12 (5.08% from 255 or 2.92% from 411); Max value from RGB is 247 - color contains mainly: red. Hex color #F7980C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7980C is #0867F3. Grayscale: #A5A5A5. Windows color (decimal): -550900 or 825591. OLE color: 825591.

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

Color convert

RGB 247 152 12 -
CMYK 0 0.38 0.95 0.03
HSL 35.74º 0.94% 0.51% -
HSV(B) 35.74º 0.95% 0.97% -
XYZ 49.65 42.26 5.89 -
YUV 164.45 41.97 186.88 -
System Red Green Blue C M Y K H S L
Decimal 247 152 12 0 0.38 0.95 0.03 35.74 0.94 0.51
Hex F7 98 C 0 26 5F 3 24 5E 33
Octal 367 230 14 0 46 137 3 44 136 63
Binary 11110111 10011000 1100 0 100110 1011111 11 100100 1011110 110011

Color Harmonies of #F7980C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7980C

Black with #F7980C

Text Example


Text Example

White with #F7980C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7980C; }

 p { color: rgb(247,152,12); }

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

background-color css

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

 a { background-color: rgb(247,152,12); }

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

border-color css

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

 span { border-color: rgb(247,152,12); }

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