Html Css Color HEX #F7AC0C Dark Tangerine

📋 copy color: '#F7AC0C'

red 247 ◦ green 172 ◦ blue 12

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

Shades of Dark Tangerine #F7AC0C

Tints of Dark Tangerine #F7AC0C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.91%

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

R = 57.31%
G = 39.91%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7AC0C (or 0xF7AC0C) is known color: Dark Tangerine. HEX triplet: F7, AC and 0C. RGB value is (247,172,12). Sum of RGB (Red+Green+Blue) = 247+172+12=431 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.31% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 12 (5.08% from 255 or 2.78% from 431); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AC0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7AC0C is #0853F3. Grayscale: #B0B0B0. Windows color (decimal): -545780 or 830711. OLE color: 830711.

HSL color Cylindrical-coordinate representation of color #F7AC0C: hue angle of 40.85º 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 #F7AC0C is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 172 12 -
CMYK 0 0.30 0.95 0.03
HSL 40.85º 0.94% 0.51% -
HSV(B) 40.85º 0.95% 0.97% -
XYZ 53.18 49.31 7.06 -
YUV 176.19 35.35 178.51 -
System Red Green Blue C M Y K H S L
Decimal 247 172 12 0 0.30 0.95 0.03 40.85 0.94 0.51
Hex F7 AC C 0 1E 5F 3 29 5E 33
Octal 367 254 14 0 36 137 3 51 136 63
Binary 11110111 10101100 1100 0 11110 1011111 11 101001 1011110 110011

Color Harmonies of #F7AC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7AC0C

Black with #F7AC0C

Text Example


Text Example

White with #F7AC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7AC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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