Html Css Color HEX #F2A70C Dark Tangerine

📋 copy color: '#F2A70C'

red 242 ◦ green 167 ◦ blue 12

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

Shades of Dark Tangerine #F2A70C

Tints of Dark Tangerine #F2A70C

RGB

 RED value IS 242 (94.92% from 255) = 57.48%

 GREEN value IS 167 (65.63% from 255) = 39.67%

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

R = 57.48%
G = 39.67%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2A70C (or 0xF2A70C) is known color: Dark Tangerine. HEX triplet: F2, A7 and 0C. RGB value is (242,167,12). Sum of RGB (Red+Green+Blue) = 242+167+12=421 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.48% from 421); Green value is 167 (65.62% from 255 or 39.67% from 421); Blue value is 12 (5.08% from 255 or 2.85% from 421); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A70C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A70C is #0D58F3. Grayscale: #ACACAC. Windows color (decimal): -874740 or 829426. OLE color: 829426.

HSL color Cylindrical-coordinate representation of color #F2A70C: hue angle of 40.43º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2A70C is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 167 12 -
CMYK 0 0.31 0.95 0.05
HSL 40.43º 0.91% 0.5% -
HSV(B) 40.43º 0.95% 0.95% -
XYZ 50.5 46.54 6.67 -
YUV 171.76 37.85 178.1 -
System Red Green Blue C M Y K H S L
Decimal 242 167 12 0 0.31 0.95 0.05 40.43 0.91 0.5
Hex F2 A7 C 0 1F 5F 5 28 5B 32
Octal 362 247 14 0 37 137 5 50 133 62
Binary 11110010 10100111 1100 0 11111 1011111 101 101000 1011011 110010

Color Harmonies of #F2A70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A70C

Black with #F2A70C

Text Example


Text Example

White with #F2A70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A70C; }

 p { color: rgb(242,167,12); }

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

background-color css

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

 a { background-color: rgb(242,167,12); }

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

border-color css

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

 span { border-color: rgb(242,167,12); }

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