Html Css Color HEX #F6980B Orange Peel

📋 copy color: '#F6980B'

red 246 ◦ green 152 ◦ blue 11

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

Shades of Orange Peel #F6980B

Tints of Orange Peel #F6980B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.69%

R = 60.15%
G = 37.16%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F6980B (or 0xF6980B) is known color: Orange Peel. HEX triplet: F6, 98 and 0B. RGB value is (246,152,11). Sum of RGB (Red+Green+Blue) = 246+152+11=409 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60.15% from 409); Green value is 152 (59.77% from 255 or 37.16% from 409); Blue value is 11 (4.69% from 255 or 2.69% from 409); Max value from RGB is 246 - color contains mainly: red. Hex color #F6980B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6980B is #0967F4. Grayscale: #A4A4A4. Windows color (decimal): -616437 or 760054. OLE color: 760054.

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

Color convert

RGB 246 152 11 -
CMYK 0 0.38 0.96 0.04
HSL 36º 0.93% 0.5% -
HSV(B) 36º 0.96% 0.96% -
XYZ 49.29 42.07 5.84 -
YUV 164.03 41.64 186.46 -
System Red Green Blue C M Y K H S L
Decimal 246 152 11 0 0.38 0.96 0.04 36 0.93 0.5
Hex F6 98 B 0 26 60 4 24 5D 32
Octal 366 230 13 0 46 140 4 44 135 62
Binary 11110110 10011000 1011 0 100110 1100000 100 100100 1011101 110010

Color Harmonies of #F6980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6980B

Black with #F6980B

Text Example


Text Example

White with #F6980B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6980B; }

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

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

background-color css

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

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

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

border-color css

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

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

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