Html Css Color HEX #F2AF1A Dark Tangerine

📋 copy color: '#F2AF1A'

red 242 ◦ green 175 ◦ blue 26

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

Shades of Dark Tangerine #F2AF1A

Tints of Dark Tangerine #F2AF1A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.5%

 BLUE value IS 26 (10.55% from 255) = 5.87%

R = 54.63%
G = 39.5%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F2AF1A (or 0xF2AF1A) is known color: Dark Tangerine. HEX triplet: F2, AF and 1A. RGB value is (242,175,26). Sum of RGB (Red+Green+Blue) = 242+175+26=443 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.63% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 26 (10.55% from 255 or 5.87% from 443); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AF1A is #0D50E5. Grayscale: #B2B2B2. Windows color (decimal): -872678 or 1748978. OLE color: 1748978.

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

Color convert

RGB 242 175 26 -
CMYK 0 0.28 0.89 0.05
HSL 41.39º 0.89% 0.53% -
HSV(B) 41.39º 0.89% 0.95% -
XYZ 52.13 49.61 7.81 -
YUV 178.05 42.2 173.62 -
System Red Green Blue C M Y K H S L
Decimal 242 175 26 0 0.28 0.89 0.05 41.39 0.89 0.53
Hex F2 AF 1A 0 1C 59 5 29 59 35
Octal 362 257 32 0 34 131 5 51 131 65
Binary 11110010 10101111 11010 0 11100 1011001 101 101001 1011001 110101

Color Harmonies of #F2AF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AF1A

Black with #F2AF1A

Text Example


Text Example

White with #F2AF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AF1A; }

 p { color: rgb(242,175,26); }

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

background-color css

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

 a { background-color: rgb(242,175,26); }

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

border-color css

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

 span { border-color: rgb(242,175,26); }

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