Html Css Color HEX #F6980E Orange Peel

📋 copy color: '#F6980E'

red 246 ◦ green 152 ◦ blue 14

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

Shades of Orange Peel #F6980E

Tints of Orange Peel #F6980E

RGB

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

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

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

R = 59.71%
G = 36.89%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F6980E (or 0xF6980E) is known color: Orange Peel. HEX triplet: F6, 98 and 0E. RGB value is (246,152,14). Sum of RGB (Red+Green+Blue) = 246+152+14=412 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.71% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 14 (5.86% from 255 or 3.40% from 412); Max value from RGB is 246 - color contains mainly: red. Hex color #F6980E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6980E is #0967F1. Grayscale: #A5A5A5. Windows color (decimal): -616434 or 956662. OLE color: 956662.

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

Color convert

RGB 246 152 14 -
CMYK 0 0.38 0.94 0.04
HSL 35.69º 0.93% 0.51% -
HSV(B) 35.69º 0.94% 0.96% -
XYZ 49.31 42.08 5.94 -
YUV 164.37 43.14 186.22 -
System Red Green Blue C M Y K H S L
Decimal 246 152 14 0 0.38 0.94 0.04 35.69 0.93 0.51
Hex F6 98 E 0 26 5E 4 24 5D 33
Octal 366 230 16 0 46 136 4 44 135 63
Binary 11110110 10011000 1110 0 100110 1011110 100 100100 1011101 110011

Color Harmonies of #F6980E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6980E

Black with #F6980E

Text Example


Text Example

White with #F6980E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6980E; }

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

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

background-color css

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

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

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

border-color css

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

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

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