Html Css Color HEX #F4A320 Dark Tangerine

📋 copy color: '#F4A320'

red 244 ◦ green 163 ◦ blue 32

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

Shades of Dark Tangerine #F4A320

Tints of Dark Tangerine #F4A320

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.13%

 BLUE value IS 32 (12.89% from 255) = 7.29%

R = 55.58%
G = 37.13%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F4A320 (or 0xF4A320) is known color: Dark Tangerine. HEX triplet: F4, A3 and 20. RGB value is (244,163,32). Sum of RGB (Red+Green+Blue) = 244+163+32=439 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.58% from 439); Green value is 163 (64.06% from 255 or 37.13% from 439); Blue value is 32 (12.89% from 255 or 7.29% from 439); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A320 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4A320 is #0B5CDF. Grayscale: #ACACAC. Windows color (decimal): -744672 or 2139124. OLE color: 2139124.

HSL color Cylindrical-coordinate representation of color #F4A320: hue angle of 37.08º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F4A320 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 163 32 -
CMYK 0 0.33 0.87 0.04
HSL 37.08º 0.91% 0.54% -
HSV(B) 37.08º 0.87% 0.96% -
XYZ 50.67 45.53 7.48 -
YUV 172.29 48.84 179.15 -
System Red Green Blue C M Y K H S L
Decimal 244 163 32 0 0.33 0.87 0.04 37.08 0.91 0.54
Hex F4 A3 20 0 21 57 4 25 5B 36
Octal 364 243 40 0 41 127 4 45 133 66
Binary 11110100 10100011 100000 0 100001 1010111 100 100101 1011011 110110

Color Harmonies of #F4A320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4A320

Black with #F4A320

Text Example


Text Example

White with #F4A320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4A320; }

 p { color: rgb(244,163,32); }

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

background-color css

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

 a { background-color: rgb(244,163,32); }

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

border-color css

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

 span { border-color: rgb(244,163,32); }

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