Html Css Color HEX #F2AD1D Dark Tangerine

📋 copy color: '#F2AD1D'

red 242 ◦ green 173 ◦ blue 29

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

Shades of Dark Tangerine #F2AD1D

Tints of Dark Tangerine #F2AD1D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.96%

 BLUE value IS 29 (11.72% from 255) = 6.53%

R = 54.5%
G = 38.96%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2AD1D (or 0xF2AD1D) is known color: Dark Tangerine. HEX triplet: F2, AD and 1D. RGB value is (242,173,29). Sum of RGB (Red+Green+Blue) = 242+173+29=444 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.50% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 29 (11.72% from 255 or 6.53% from 444); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AD1D is #0D52E2. Grayscale: #B1B1B1. Windows color (decimal): -873187 or 1945074. OLE color: 1945074.

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

Color convert

RGB 242 173 29 -
CMYK 0 0.29 0.88 0.05
HSL 40.56º 0.89% 0.53% -
HSV(B) 40.56º 0.88% 0.95% -
XYZ 51.78 48.85 7.86 -
YUV 177.22 44.36 174.21 -
System Red Green Blue C M Y K H S L
Decimal 242 173 29 0 0.29 0.88 0.05 40.56 0.89 0.53
Hex F2 AD 1D 0 1D 58 5 29 59 35
Octal 362 255 35 0 35 130 5 51 131 65
Binary 11110010 10101101 11101 0 11101 1011000 101 101001 1011001 110101

Color Harmonies of #F2AD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AD1D

Black with #F2AD1D

Text Example


Text Example

White with #F2AD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AD1D; }

 p { color: rgb(242,173,29); }

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

background-color css

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

 a { background-color: rgb(242,173,29); }

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

border-color css

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

 span { border-color: rgb(242,173,29); }

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