Html Css Color HEX #F4A218 Dark Tangerine

📋 copy color: '#F4A218'

red 244 ◦ green 162 ◦ blue 24

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

Shades of Dark Tangerine #F4A218

Tints of Dark Tangerine #F4A218

RGB

 RED value IS 244 (95.7% from 255) = 56.74%

 GREEN value IS 162 (63.67% from 255) = 37.67%

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

R = 56.74%
G = 37.67%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F4A218 (or 0xF4A218) is known color: Dark Tangerine. HEX triplet: F4, A2 and 18. RGB value is (244,162,24). Sum of RGB (Red+Green+Blue) = 244+162+24=430 (56% of max value = 765). Red value is 244 (95.70% from 255 or 56.74% from 430); Green value is 162 (63.67% from 255 or 37.67% from 430); Blue value is 24 (9.77% from 255 or 5.58% from 430); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A218 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F4A218 is #0B5DE7. Grayscale: #ABABAB. Windows color (decimal): -744936 or 1614580. OLE color: 1614580.

HSL color Cylindrical-coordinate representation of color #F4A218: hue angle of 37.64º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F4A218 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 162 24 -
CMYK 0 0.34 0.90 0.04
HSL 37.64º 0.91% 0.53% -
HSV(B) 37.64º 0.9% 0.96% -
XYZ 50.39 45.14 6.92 -
YUV 170.79 45.17 180.22 -
System Red Green Blue C M Y K H S L
Decimal 244 162 24 0 0.34 0.90 0.04 37.64 0.91 0.53
Hex F4 A2 18 0 22 5A 4 26 5B 35
Octal 364 242 30 0 42 132 4 46 133 65
Binary 11110100 10100010 11000 0 100010 1011010 100 100110 1011011 110101

Color Harmonies of #F4A218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4A218

Black with #F4A218

Text Example


Text Example

White with #F4A218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4A218; }

 p { color: rgb(244,162,24); }

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

background-color css

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

 a { background-color: rgb(244,162,24); }

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

border-color css

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

 span { border-color: rgb(244,162,24); }

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