Html Css Color HEX #F6970C Orange Peel

📋 copy color: '#F6970C'

red 246 ◦ green 151 ◦ blue 12

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

Shades of Orange Peel #F6970C

Tints of Orange Peel #F6970C

RGB

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

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

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

R = 60.15%
G = 36.92%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F6970C (or 0xF6970C) is known color: Orange Peel. HEX triplet: F6, 97 and 0C. RGB value is (246,151,12). Sum of RGB (Red+Green+Blue) = 246+151+12=409 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60.15% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 12 (5.08% from 255 or 2.93% from 409); Max value from RGB is 246 - color contains mainly: red. Hex color #F6970C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6970C is #0968F3. Grayscale: #A4A4A4. Windows color (decimal): -616692 or 825334. OLE color: 825334.

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

Color convert

RGB 246 151 12 -
CMYK 0 0.39 0.95 0.04
HSL 35.64º 0.93% 0.51% -
HSV(B) 35.64º 0.95% 0.96% -
XYZ 49.14 41.75 5.82 -
YUV 163.56 42.47 186.8 -
System Red Green Blue C M Y K H S L
Decimal 246 151 12 0 0.39 0.95 0.04 35.64 0.93 0.51
Hex F6 97 C 0 27 5F 4 24 5D 33
Octal 366 227 14 0 47 137 4 44 135 63
Binary 11110110 10010111 1100 0 100111 1011111 100 100100 1011101 110011

Color Harmonies of #F6970C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6970C

Black with #F6970C

Text Example


Text Example

White with #F6970C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6970C; }

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

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

background-color css

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

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

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

border-color css

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

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

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