Html Css Color HEX #F7B10C Dark Tangerine

📋 copy color: '#F7B10C'

red 247 ◦ green 177 ◦ blue 12

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

Shades of Dark Tangerine #F7B10C

Tints of Dark Tangerine #F7B10C

RGB

 RED value IS 247 (96.88% from 255) = 56.65%

 GREEN value IS 177 (69.53% from 255) = 40.6%

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

R = 56.65%
G = 40.6%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7B10C (or 0xF7B10C) is known color: Dark Tangerine. HEX triplet: F7, B1 and 0C. RGB value is (247,177,12). Sum of RGB (Red+Green+Blue) = 247+177+12=436 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.65% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 12 (5.08% from 255 or 2.75% from 436); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B10C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7B10C is #084EF3. Grayscale: #B3B3B3. Windows color (decimal): -544500 or 831991. OLE color: 831991.

HSL color Cylindrical-coordinate representation of color #F7B10C: hue angle of 42.13º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F7B10C is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 177 12 -
CMYK 0 0.28 0.95 0.03
HSL 42.13º 0.94% 0.51% -
HSV(B) 42.13º 0.95% 0.97% -
XYZ 54.15 51.24 7.39 -
YUV 179.12 33.69 176.42 -
System Red Green Blue C M Y K H S L
Decimal 247 177 12 0 0.28 0.95 0.03 42.13 0.94 0.51
Hex F7 B1 C 0 1C 5F 3 2A 5E 33
Octal 367 261 14 0 34 137 3 52 136 63
Binary 11110111 10110001 1100 0 11100 1011111 11 101010 1011110 110011

Color Harmonies of #F7B10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B10C

Black with #F7B10C

Text Example


Text Example

White with #F7B10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B10C; }

 p { color: rgb(247,177,12); }

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

background-color css

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

 a { background-color: rgb(247,177,12); }

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

border-color css

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

 span { border-color: rgb(247,177,12); }

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