Html Css Color HEX #F3A70C Dark Tangerine

📋 copy color: '#F3A70C'

red 243 ◦ green 167 ◦ blue 12

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

Shades of Dark Tangerine #F3A70C

Tints of Dark Tangerine #F3A70C

RGB

 RED value IS 243 (95.31% from 255) = 57.58%

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

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

R = 57.58%
G = 39.57%
B = 2.84%

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

#F3A70C (or 0xF3A70C) is known color: Dark Tangerine. HEX triplet: F3, A7 and 0C. RGB value is (243,167,12). Sum of RGB (Red+Green+Blue) = 243+167+12=422 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.58% from 422); Green value is 167 (65.62% from 255 or 39.57% from 422); Blue value is 12 (5.08% from 255 or 2.84% from 422); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A70C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3A70C is #0C58F3. Grayscale: #ACACAC. Windows color (decimal): -809204 or 829427. OLE color: 829427.

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

Color convert

RGB 243 167 12 -
CMYK 0 0.31 0.95 0.05
HSL 40.26º 0.91% 0.5% -
HSV(B) 40.26º 0.95% 0.95% -
XYZ 50.85 46.72 6.69 -
YUV 172.05 37.68 178.6 -
System Red Green Blue C M Y K H S L
Decimal 243 167 12 0 0.31 0.95 0.05 40.26 0.91 0.5
Hex F3 A7 C 0 1F 5F 5 28 5B 32
Octal 363 247 14 0 37 137 5 50 133 62
Binary 11110011 10100111 1100 0 11111 1011111 101 101000 1011011 110010

Color Harmonies of #F3A70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3A70C

Black with #F3A70C

Text Example


Text Example

White with #F3A70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3A70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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