Html Css Color HEX #F2A818 Dark Tangerine

📋 copy color: '#F2A818'

red 242 ◦ green 168 ◦ blue 24

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

Shades of Dark Tangerine #F2A818

Tints of Dark Tangerine #F2A818

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.71%

 BLUE value IS 24 (9.77% from 255) = 5.53%

R = 55.76%
G = 38.71%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F2A818 (or 0xF2A818) is known color: Dark Tangerine. HEX triplet: F2, A8 and 18. RGB value is (242,168,24). Sum of RGB (Red+Green+Blue) = 242+168+24=434 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.76% from 434); Green value is 168 (66.02% from 255 or 38.71% from 434); Blue value is 24 (9.77% from 255 or 5.53% from 434); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A818 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A818 is #0D57E7. Grayscale: #AEAEAE. Windows color (decimal): -874472 or 1616114. OLE color: 1616114.

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

Color convert

RGB 242 168 24 -
CMYK 0 0.31 0.90 0.05
HSL 39.63º 0.89% 0.52% -
HSV(B) 39.63º 0.9% 0.95% -
XYZ 50.79 46.95 7.25 -
YUV 173.71 43.52 176.71 -
System Red Green Blue C M Y K H S L
Decimal 242 168 24 0 0.31 0.90 0.05 39.63 0.89 0.52
Hex F2 A8 18 0 1F 5A 5 28 59 34
Octal 362 250 30 0 37 132 5 50 131 64
Binary 11110010 10101000 11000 0 11111 1011010 101 101000 1011001 110100

Color Harmonies of #F2A818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A818

Black with #F2A818

Text Example


Text Example

White with #F2A818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A818; }

 p { color: rgb(242,168,24); }

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

background-color css

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

 a { background-color: rgb(242,168,24); }

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

border-color css

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

 span { border-color: rgb(242,168,24); }

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