Html Css Color HEX #F2A511 Dark Tangerine

📋 copy color: '#F2A511'

red 242 ◦ green 165 ◦ blue 17

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

Shades of Dark Tangerine #F2A511

Tints of Dark Tangerine #F2A511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.01%

R = 57.08%
G = 38.92%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F2A511 (or 0xF2A511) is known color: Dark Tangerine. HEX triplet: F2, A5 and 11. RGB value is (242,165,17). Sum of RGB (Red+Green+Blue) = 242+165+17=424 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.08% from 424); Green value is 165 (64.84% from 255 or 38.92% from 424); Blue value is 17 (7.03% from 255 or 4.01% from 424); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A511 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A511 is #0D5AEE. Grayscale: #ABABAB. Windows color (decimal): -875247 or 1156594. OLE color: 1156594.

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

Color convert

RGB 242 165 17 -
CMYK 0 0.32 0.93 0.05
HSL 39.47º 0.9% 0.51% -
HSV(B) 39.47º 0.93% 0.95% -
XYZ 50.17 45.83 6.73 -
YUV 171.15 41.01 178.53 -
System Red Green Blue C M Y K H S L
Decimal 242 165 17 0 0.32 0.93 0.05 39.47 0.9 0.51
Hex F2 A5 11 0 20 5D 5 27 5A 33
Octal 362 245 21 0 40 135 5 47 132 63
Binary 11110010 10100101 10001 0 100000 1011101 101 100111 1011010 110011

Color Harmonies of #F2A511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A511

Black with #F2A511

Text Example


Text Example

White with #F2A511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A511; }

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

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

background-color css

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

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

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

border-color css

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

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

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