Html Css Color HEX #F6970E Orange Peel

📋 copy color: '#F6970E'

red 246 ◦ green 151 ◦ blue 14

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

Shades of Orange Peel #F6970E

Tints of Orange Peel #F6970E

RGB

 RED value IS 246 (96.48% from 255) = 59.85%

 GREEN value IS 151 (59.38% from 255) = 36.74%

 BLUE value IS 14 (5.86% from 255) = 3.41%

R = 59.85%
G = 36.74%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F6970E (or 0xF6970E) is known color: Orange Peel. HEX triplet: F6, 97 and 0E. RGB value is (246,151,14). Sum of RGB (Red+Green+Blue) = 246+151+14=411 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.85% from 411); Green value is 151 (59.38% from 255 or 36.74% from 411); Blue value is 14 (5.86% from 255 or 3.41% from 411); Max value from RGB is 246 - color contains mainly: red. Hex color #F6970E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6970E is #0968F1. Grayscale: #A4A4A4. Windows color (decimal): -616690 or 956406. OLE color: 956406.

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

Color convert

RGB 246 151 14 -
CMYK 0 0.39 0.94 0.04
HSL 35.43º 0.93% 0.51% -
HSV(B) 35.43º 0.94% 0.96% -
XYZ 49.15 41.76 5.88 -
YUV 163.79 43.47 186.64 -
System Red Green Blue C M Y K H S L
Decimal 246 151 14 0 0.39 0.94 0.04 35.43 0.93 0.51
Hex F6 97 E 0 27 5E 4 23 5D 33
Octal 366 227 16 0 47 136 4 43 135 63
Binary 11110110 10010111 1110 0 100111 1011110 100 100011 1011101 110011

Color Harmonies of #F6970E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6970E

Black with #F6970E

Text Example


Text Example

White with #F6970E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6970E; }

 p { color: rgb(246,151,14); }

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

background-color css

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

 a { background-color: rgb(246,151,14); }

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

border-color css

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

 span { border-color: rgb(246,151,14); }

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