Html Css Color HEX #F2A31C Dark Tangerine

📋 copy color: '#F2A31C'

red 242 ◦ green 163 ◦ blue 28

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

Shades of Dark Tangerine #F2A31C

Tints of Dark Tangerine #F2A31C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.47%

R = 55.89%
G = 37.64%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2A31C (or 0xF2A31C) is known color: Dark Tangerine. HEX triplet: F2, A3 and 1C. RGB value is (242,163,28). Sum of RGB (Red+Green+Blue) = 242+163+28=433 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.89% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 28 (11.33% from 255 or 6.47% from 433); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A31C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A31C is #0D5CE3. Grayscale: #ABABAB. Windows color (decimal): -875748 or 1876978. OLE color: 1876978.

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

Color convert

RGB 242 163 28 -
CMYK 0 0.33 0.88 0.05
HSL 37.85º 0.89% 0.53% -
HSV(B) 37.85º 0.88% 0.95% -
XYZ 49.92 45.16 7.18 -
YUV 171.23 47.17 178.48 -
System Red Green Blue C M Y K H S L
Decimal 242 163 28 0 0.33 0.88 0.05 37.85 0.89 0.53
Hex F2 A3 1C 0 21 58 5 26 59 35
Octal 362 243 34 0 41 130 5 46 131 65
Binary 11110010 10100011 11100 0 100001 1011000 101 100110 1011001 110101

Color Harmonies of #F2A31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A31C

Black with #F2A31C

Text Example


Text Example

White with #F2A31C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A31C; }

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

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

background-color css

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

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

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

border-color css

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

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

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