Html Css Color HEX #F4AF0D Dark Tangerine

📋 copy color: '#F4AF0D'

red 244 ◦ green 175 ◦ blue 13

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

Shades of Dark Tangerine #F4AF0D

Tints of Dark Tangerine #F4AF0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.01%

R = 56.48%
G = 40.51%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F4AF0D (or 0xF4AF0D) is known color: Dark Tangerine. HEX triplet: F4, AF and 0D. RGB value is (244,175,13). Sum of RGB (Red+Green+Blue) = 244+175+13=432 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.48% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 13 (5.47% from 255 or 3.01% from 432); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AF0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F4AF0D is #0B50F2. Grayscale: #B1B1B1. Windows color (decimal): -741619 or 897012. OLE color: 897012.

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

Color convert

RGB 244 175 13 -
CMYK 0 0.28 0.95 0.04
HSL 42.08º 0.91% 0.5% -
HSV(B) 42.08º 0.95% 0.96% -
XYZ 52.71 49.92 7.24 -
YUV 177.16 35.36 175.67 -
System Red Green Blue C M Y K H S L
Decimal 244 175 13 0 0.28 0.95 0.04 42.08 0.91 0.5
Hex F4 AF D 0 1C 5F 4 2A 5B 32
Octal 364 257 15 0 34 137 4 52 133 62
Binary 11110100 10101111 1101 0 11100 1011111 100 101010 1011011 110010

Color Harmonies of #F4AF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4AF0D

Black with #F4AF0D

Text Example


Text Example

White with #F4AF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4AF0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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