Html Css Color HEX #F4A413 Dark Tangerine

📋 copy color: '#F4A413'

red 244 ◦ green 164 ◦ blue 19

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

Shades of Dark Tangerine #F4A413

Tints of Dark Tangerine #F4A413

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.41%

 BLUE value IS 19 (7.81% from 255) = 4.45%

R = 57.14%
G = 38.41%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F4A413 (or 0xF4A413) is known color: Dark Tangerine. HEX triplet: F4, A4 and 13. RGB value is (244,164,19). Sum of RGB (Red+Green+Blue) = 244+164+19=427 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.14% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 19 (7.81% from 255 or 4.45% from 427); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A413 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F4A413 is #0B5BEC. Grayscale: #ACACAC. Windows color (decimal): -744429 or 1287412. OLE color: 1287412.

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

Color convert

RGB 244 164 19 -
CMYK 0 0.33 0.92 0.04
HSL 38.67º 0.91% 0.52% -
HSV(B) 38.67º 0.92% 0.96% -
XYZ 50.7 45.83 6.79 -
YUV 171.39 42 179.79 -
System Red Green Blue C M Y K H S L
Decimal 244 164 19 0 0.33 0.92 0.04 38.67 0.91 0.52
Hex F4 A4 13 0 21 5C 4 27 5B 34
Octal 364 244 23 0 41 134 4 47 133 64
Binary 11110100 10100100 10011 0 100001 1011100 100 100111 1011011 110100

Color Harmonies of #F4A413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4A413

Black with #F4A413

Text Example


Text Example

White with #F4A413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4A413; }

 p { color: rgb(244,164,19); }

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

background-color css

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

 a { background-color: rgb(244,164,19); }

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

border-color css

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

 span { border-color: rgb(244,164,19); }

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