Html Css Color HEX #F4A518 Dark Tangerine

📋 copy color: '#F4A518'

red 244 ◦ green 165 ◦ blue 24

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

Shades of Dark Tangerine #F4A518

Tints of Dark Tangerine #F4A518

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.11%

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

R = 56.35%
G = 38.11%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F4A518 (or 0xF4A518) is known color: Dark Tangerine. HEX triplet: F4, A5 and 18. RGB value is (244,165,24). Sum of RGB (Red+Green+Blue) = 244+165+24=433 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.35% from 433); Green value is 165 (64.84% from 255 or 38.11% from 433); Blue value is 24 (9.77% from 255 or 5.54% from 433); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A518 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F4A518 is #0B5AE7. Grayscale: #ADADAD. Windows color (decimal): -744168 or 1615348. OLE color: 1615348.

HSL color Cylindrical-coordinate representation of color #F4A518: hue angle of 38.45º 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 #F4A518 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 165 24 -
CMYK 0 0.32 0.90 0.04
HSL 38.45º 0.91% 0.53% -
HSV(B) 38.45º 0.9% 0.96% -
XYZ 50.93 46.21 7.1 -
YUV 172.55 44.17 178.96 -
System Red Green Blue C M Y K H S L
Decimal 244 165 24 0 0.32 0.90 0.04 38.45 0.91 0.53
Hex F4 A5 18 0 20 5A 4 26 5B 35
Octal 364 245 30 0 40 132 4 46 133 65
Binary 11110100 10100101 11000 0 100000 1011010 100 100110 1011011 110101

Color Harmonies of #F4A518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4A518

Black with #F4A518

Text Example


Text Example

White with #F4A518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4A518; }

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

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

background-color css

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

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

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

border-color css

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

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

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