Html Css Color HEX #F7980B Orange Peel

📋 copy color: '#F7980B'

red 247 ◦ green 152 ◦ blue 11

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

Shades of Orange Peel #F7980B

Tints of Orange Peel #F7980B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.68%

R = 60.24%
G = 37.07%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F7980B (or 0xF7980B) is known color: Orange Peel. HEX triplet: F7, 98 and 0B. RGB value is (247,152,11). Sum of RGB (Red+Green+Blue) = 247+152+11=410 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.24% from 410); Green value is 152 (59.77% from 255 or 37.07% from 410); Blue value is 11 (4.69% from 255 or 2.68% from 410); Max value from RGB is 247 - color contains mainly: red. Hex color #F7980B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7980B is #0867F4. Grayscale: #A4A4A4. Windows color (decimal): -550901 or 760055. OLE color: 760055.

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

Color convert

RGB 247 152 11 -
CMYK 0 0.38 0.96 0.03
HSL 35.85º 0.94% 0.51% -
HSV(B) 35.85º 0.96% 0.97% -
XYZ 49.65 42.25 5.86 -
YUV 164.33 41.47 186.96 -
System Red Green Blue C M Y K H S L
Decimal 247 152 11 0 0.38 0.96 0.03 35.85 0.94 0.51
Hex F7 98 B 0 26 60 3 24 5E 33
Octal 367 230 13 0 46 140 3 44 136 63
Binary 11110111 10011000 1011 0 100110 1100000 11 100100 1011110 110011

Color Harmonies of #F7980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7980B

Black with #F7980B

Text Example


Text Example

White with #F7980B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7980B; }

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

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

background-color css

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

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

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

border-color css

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

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

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