Html Css Color HEX #F2A313 Dark Tangerine

📋 copy color: '#F2A313'

red 242 ◦ green 163 ◦ blue 19

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

Shades of Dark Tangerine #F2A313

Tints of Dark Tangerine #F2A313

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.44%

 BLUE value IS 19 (7.81% from 255) = 4.48%

R = 57.08%
G = 38.44%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F2A313 (or 0xF2A313) is known color: Dark Tangerine. HEX triplet: F2, A3 and 13. RGB value is (242,163,19). Sum of RGB (Red+Green+Blue) = 242+163+19=424 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.08% from 424); Green value is 163 (64.06% from 255 or 38.44% from 424); Blue value is 19 (7.81% from 255 or 4.48% from 424); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A313 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A313 is #0D5CEC. Grayscale: #AAAAAA. Windows color (decimal): -875757 or 1287154. OLE color: 1287154.

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

Color convert

RGB 242 163 19 -
CMYK 0 0.33 0.92 0.05
HSL 38.74º 0.9% 0.51% -
HSV(B) 38.74º 0.92% 0.95% -
XYZ 49.83 45.12 6.7 -
YUV 170.21 42.67 179.21 -
System Red Green Blue C M Y K H S L
Decimal 242 163 19 0 0.33 0.92 0.05 38.74 0.9 0.51
Hex F2 A3 13 0 21 5C 5 27 5A 33
Octal 362 243 23 0 41 134 5 47 132 63
Binary 11110010 10100011 10011 0 100001 1011100 101 100111 1011010 110011

Color Harmonies of #F2A313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A313

Black with #F2A313

Text Example


Text Example

White with #F2A313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A313; }

 p { color: rgb(242,163,19); }

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

background-color css

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

 a { background-color: rgb(242,163,19); }

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

border-color css

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

 span { border-color: rgb(242,163,19); }

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