Html Css Color HEX #F4A520 Dark Tangerine

📋 copy color: '#F4A520'

red 244 ◦ green 165 ◦ blue 32

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

Shades of Dark Tangerine #F4A520

Tints of Dark Tangerine #F4A520

RGB

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

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

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

R = 55.33%
G = 37.41%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F4A520 (or 0xF4A520) is known color: Dark Tangerine. HEX triplet: F4, A5 and 20. RGB value is (244,165,32). Sum of RGB (Red+Green+Blue) = 244+165+32=441 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.33% from 441); Green value is 165 (64.84% from 255 or 37.41% from 441); Blue value is 32 (12.89% from 255 or 7.26% from 441); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A520 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4A520 is #0B5ADF. Grayscale: #AEAEAE. Windows color (decimal): -744160 or 2139636. OLE color: 2139636.

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

Color convert

RGB 244 165 32 -
CMYK 0 0.32 0.87 0.04
HSL 37.64º 0.91% 0.54% -
HSV(B) 37.64º 0.87% 0.96% -
XYZ 51.02 46.25 7.6 -
YUV 173.46 48.17 178.31 -
System Red Green Blue C M Y K H S L
Decimal 244 165 32 0 0.32 0.87 0.04 37.64 0.91 0.54
Hex F4 A5 20 0 20 57 4 26 5B 36
Octal 364 245 40 0 40 127 4 46 133 66
Binary 11110100 10100101 100000 0 100000 1010111 100 100110 1011011 110110

Color Harmonies of #F4A520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4A520

Black with #F4A520

Text Example


Text Example

White with #F4A520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4A520; }

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

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

background-color css

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

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

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

border-color css

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

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

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