Html Css Color HEX #F7990C Orange Peel

📋 copy color: '#F7990C'

red 247 ◦ green 153 ◦ blue 12

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

Shades of Orange Peel #F7990C

Tints of Orange Peel #F7990C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.14%

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

R = 59.95%
G = 37.14%
B = 2.91%

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

#F7990C (or 0xF7990C) is known color: Orange Peel. HEX triplet: F7, 99 and 0C. RGB value is (247,153,12). Sum of RGB (Red+Green+Blue) = 247+153+12=412 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.95% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 12 (5.08% from 255 or 2.91% from 412); Max value from RGB is 247 - color contains mainly: red. Hex color #F7990C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7990C is #0866F3. Grayscale: #A5A5A5. Windows color (decimal): -550644 or 825847. OLE color: 825847.

HSL color Cylindrical-coordinate representation of color #F7990C: hue angle of 36º 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 #F7990C is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 153 12 -
CMYK 0 0.38 0.95 0.03
HSL 36º 0.94% 0.51% -
HSV(B) 36º 0.95% 0.97% -
XYZ 49.82 42.58 5.94 -
YUV 165.03 41.64 186.46 -
System Red Green Blue C M Y K H S L
Decimal 247 153 12 0 0.38 0.95 0.03 36 0.94 0.51
Hex F7 99 C 0 26 5F 3 24 5E 33
Octal 367 231 14 0 46 137 3 44 136 63
Binary 11110111 10011001 1100 0 100110 1011111 11 100100 1011110 110011

Color Harmonies of #F7990C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7990C

Black with #F7990C

Text Example


Text Example

White with #F7990C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7990C; }

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

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

background-color css

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

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

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

border-color css

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

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

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