Html Css Color HEX #F6970A Orange Peel

📋 copy color: '#F6970A'

red 246 ◦ green 151 ◦ blue 10

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

Shades of Orange Peel #F6970A

Tints of Orange Peel #F6970A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.46%

R = 60.44%
G = 37.1%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F6970A (or 0xF6970A) is known color: Orange Peel. HEX triplet: F6, 97 and 0A. RGB value is (246,151,10). Sum of RGB (Red+Green+Blue) = 246+151+10=407 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.44% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 10 (4.30% from 255 or 2.46% from 407); Max value from RGB is 246 - color contains mainly: red. Hex color #F6970A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6970A is #0968F5. Grayscale: #A3A3A3. Windows color (decimal): -616694 or 694262. OLE color: 694262.

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

Color convert

RGB 246 151 10 -
CMYK 0 0.39 0.96 0.04
HSL 35.85º 0.93% 0.5% -
HSV(B) 35.85º 0.96% 0.96% -
XYZ 49.13 41.75 5.76 -
YUV 163.33 41.47 186.96 -
System Red Green Blue C M Y K H S L
Decimal 246 151 10 0 0.39 0.96 0.04 35.85 0.93 0.5
Hex F6 97 A 0 27 60 4 24 5D 32
Octal 366 227 12 0 47 140 4 44 135 62
Binary 11110110 10010111 1010 0 100111 1100000 100 100100 1011101 110010

Color Harmonies of #F6970A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6970A

Black with #F6970A

Text Example


Text Example

White with #F6970A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6970A; }

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

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

background-color css

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

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

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

border-color css

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

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

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