Html Css Color HEX #F2A513 Dark Tangerine

📋 copy color: '#F2A513'

red 242 ◦ green 165 ◦ blue 19

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

Shades of Dark Tangerine #F2A513

Tints of Dark Tangerine #F2A513

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.73%

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

R = 56.81%
G = 38.73%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F2A513 (or 0xF2A513) is known color: Dark Tangerine. HEX triplet: F2, A5 and 13. RGB value is (242,165,19). Sum of RGB (Red+Green+Blue) = 242+165+19=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 19 (7.81% from 255 or 4.46% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A513 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A513 is #0D5AEC. Grayscale: #ACACAC. Windows color (decimal): -875245 or 1287666. OLE color: 1287666.

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

Color convert

RGB 242 165 19 -
CMYK 0 0.32 0.92 0.05
HSL 39.28º 0.9% 0.51% -
HSV(B) 39.28º 0.92% 0.95% -
XYZ 50.19 45.83 6.82 -
YUV 171.38 42.01 178.37 -
System Red Green Blue C M Y K H S L
Decimal 242 165 19 0 0.32 0.92 0.05 39.28 0.9 0.51
Hex F2 A5 13 0 20 5C 5 27 5A 33
Octal 362 245 23 0 40 134 5 47 132 63
Binary 11110010 10100101 10011 0 100000 1011100 101 100111 1011010 110011

Color Harmonies of #F2A513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A513

Black with #F2A513

Text Example


Text Example

White with #F2A513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A513; }

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

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

background-color css

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

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

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

border-color css

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

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

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