Html Css Color HEX #F4AF0E Dark Tangerine

📋 copy color: '#F4AF0E'

red 244 ◦ green 175 ◦ blue 14

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

Shades of Dark Tangerine #F4AF0E

Tints of Dark Tangerine #F4AF0E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.42%

 BLUE value IS 14 (5.86% from 255) = 3.23%

R = 56.35%
G = 40.42%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F4AF0E (or 0xF4AF0E) is known color: Dark Tangerine. HEX triplet: F4, AF and 0E. RGB value is (244,175,14). Sum of RGB (Red+Green+Blue) = 244+175+14=433 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.35% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 14 (5.86% from 255 or 3.23% from 433); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AF0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F4AF0E is #0B50F1. Grayscale: #B1B1B1. Windows color (decimal): -741618 or 962548. OLE color: 962548.

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

Color convert

RGB 244 175 14 -
CMYK 0 0.28 0.94 0.04
HSL 42º 0.91% 0.51% -
HSV(B) 42º 0.94% 0.96% -
XYZ 52.72 49.92 7.27 -
YUV 177.28 35.86 175.59 -
System Red Green Blue C M Y K H S L
Decimal 244 175 14 0 0.28 0.94 0.04 42 0.91 0.51
Hex F4 AF E 0 1C 5E 4 2A 5B 33
Octal 364 257 16 0 34 136 4 52 133 63
Binary 11110100 10101111 1110 0 11100 1011110 100 101010 1011011 110011

Color Harmonies of #F4AF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4AF0E

Black with #F4AF0E

Text Example


Text Example

White with #F4AF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4AF0E; }

 p { color: rgb(244,175,14); }

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

background-color css

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

 a { background-color: rgb(244,175,14); }

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

border-color css

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

 span { border-color: rgb(244,175,14); }

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