Html Css Color HEX #F3A812 Dark Tangerine

📋 copy color: '#F3A812'

red 243 ◦ green 168 ◦ blue 18

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

Shades of Dark Tangerine #F3A812

Tints of Dark Tangerine #F3A812

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.16%

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

R = 56.64%
G = 39.16%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F3A812 (or 0xF3A812) is known color: Dark Tangerine. HEX triplet: F3, A8 and 12. RGB value is (243,168,18). Sum of RGB (Red+Green+Blue) = 243+168+18=429 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.64% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 18 (7.42% from 255 or 4.20% from 429); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A812 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3A812 is #0C57ED. Grayscale: #ADADAD. Windows color (decimal): -808942 or 1222899. OLE color: 1222899.

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

Color convert

RGB 243 168 18 -
CMYK 0 0.31 0.93 0.05
HSL 40º 0.9% 0.51% -
HSV(B) 40º 0.93% 0.95% -
XYZ 51.07 47.1 6.97 -
YUV 173.33 40.35 177.7 -
System Red Green Blue C M Y K H S L
Decimal 243 168 18 0 0.31 0.93 0.05 40 0.9 0.51
Hex F3 A8 12 0 1F 5D 5 28 5A 33
Octal 363 250 22 0 37 135 5 50 132 63
Binary 11110011 10101000 10010 0 11111 1011101 101 101000 1011010 110011

Color Harmonies of #F3A812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3A812

Black with #F3A812

Text Example


Text Example

White with #F3A812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3A812; }

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

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

background-color css

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

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

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

border-color css

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

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

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