Html Css Color HEX #F2A30D Dark Tangerine

📋 copy color: '#F2A30D'

red 242 ◦ green 163 ◦ blue 13

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

Shades of Dark Tangerine #F2A30D

Tints of Dark Tangerine #F2A30D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.11%

R = 57.89%
G = 39%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2A30D (or 0xF2A30D) is known color: Dark Tangerine. HEX triplet: F2, A3 and 0D. RGB value is (242,163,13). Sum of RGB (Red+Green+Blue) = 242+163+13=418 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.89% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 13 (5.47% from 255 or 3.11% from 418); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A30D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A30D is #0D5CF2. Grayscale: #AAAAAA. Windows color (decimal): -875763 or 893938. OLE color: 893938.

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

Color convert

RGB 242 163 13 -
CMYK 0 0.33 0.95 0.05
HSL 39.3º 0.9% 0.5% -
HSV(B) 39.3º 0.95% 0.95% -
XYZ 49.79 45.1 6.46 -
YUV 169.52 39.67 179.7 -
System Red Green Blue C M Y K H S L
Decimal 242 163 13 0 0.33 0.95 0.05 39.3 0.9 0.5
Hex F2 A3 D 0 21 5F 5 27 5A 32
Octal 362 243 15 0 41 137 5 47 132 62
Binary 11110010 10100011 1101 0 100001 1011111 101 100111 1011010 110010

Color Harmonies of #F2A30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A30D

Black with #F2A30D

Text Example


Text Example

White with #F2A30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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