Html Css Color HEX #F2A416 Dark Tangerine

📋 copy color: '#F2A416'

red 242 ◦ green 164 ◦ blue 22

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

Shades of Dark Tangerine #F2A416

Tints of Dark Tangerine #F2A416

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.32%

 BLUE value IS 22 (8.98% from 255) = 5.14%

R = 56.54%
G = 38.32%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F2A416 (or 0xF2A416) is known color: Dark Tangerine. HEX triplet: F2, A4 and 16. RGB value is (242,164,22). Sum of RGB (Red+Green+Blue) = 242+164+22=428 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.54% from 428); Green value is 164 (64.45% from 255 or 38.32% from 428); Blue value is 22 (8.98% from 255 or 5.14% from 428); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A416 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A416 is #0D5BE9. Grayscale: #ABABAB. Windows color (decimal): -875498 or 1484018. OLE color: 1484018.

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

Color convert

RGB 242 164 22 -
CMYK 0 0.32 0.91 0.05
HSL 38.73º 0.89% 0.52% -
HSV(B) 38.73º 0.91% 0.95% -
XYZ 50.04 45.49 6.9 -
YUV 171.13 43.84 178.55 -
System Red Green Blue C M Y K H S L
Decimal 242 164 22 0 0.32 0.91 0.05 38.73 0.89 0.52
Hex F2 A4 16 0 20 5B 5 27 59 34
Octal 362 244 26 0 40 133 5 47 131 64
Binary 11110010 10100100 10110 0 100000 1011011 101 100111 1011001 110100

Color Harmonies of #F2A416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A416

Black with #F2A416

Text Example


Text Example

White with #F2A416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A416; }

 p { color: rgb(242,164,22); }

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

background-color css

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

 a { background-color: rgb(242,164,22); }

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

border-color css

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

 span { border-color: rgb(242,164,22); }

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