Html Css Color HEX #F3AF12 Dark Tangerine

📋 copy color: '#F3AF12'

red 243 ◦ green 175 ◦ blue 18

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

Shades of Dark Tangerine #F3AF12

Tints of Dark Tangerine #F3AF12

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.14%

 BLUE value IS 18 (7.42% from 255) = 4.13%

R = 55.73%
G = 40.14%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F3AF12 (or 0xF3AF12) is known color: Dark Tangerine. HEX triplet: F3, AF and 12. RGB value is (243,175,18). Sum of RGB (Red+Green+Blue) = 243+175+18=436 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.73% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 18 (7.42% from 255 or 4.13% from 436); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AF12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3AF12 is #0C50ED. Grayscale: #B2B2B2. Windows color (decimal): -807150 or 1224691. OLE color: 1224691.

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

Color convert

RGB 243 175 18 -
CMYK 0 0.28 0.93 0.05
HSL 41.87º 0.9% 0.51% -
HSV(B) 41.87º 0.93% 0.95% -
XYZ 52.4 49.76 7.41 -
YUV 177.43 38.03 174.77 -
System Red Green Blue C M Y K H S L
Decimal 243 175 18 0 0.28 0.93 0.05 41.87 0.9 0.51
Hex F3 AF 12 0 1C 5D 5 2A 5A 33
Octal 363 257 22 0 34 135 5 52 132 63
Binary 11110011 10101111 10010 0 11100 1011101 101 101010 1011010 110011

Color Harmonies of #F3AF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3AF12

Black with #F3AF12

Text Example


Text Example

White with #F3AF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3AF12; }

 p { color: rgb(243,175,18); }

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

background-color css

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

 a { background-color: rgb(243,175,18); }

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

border-color css

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

 span { border-color: rgb(243,175,18); }

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