Html Css Color HEX #F0AC0D Dark Tangerine

📋 copy color: '#F0AC0D'

red 240 ◦ green 172 ◦ blue 13

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

Shades of Dark Tangerine #F0AC0D

Tints of Dark Tangerine #F0AC0D

RGB

 RED value IS 240 (94.14% from 255) = 56.47%

 GREEN value IS 172 (67.58% from 255) = 40.47%

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

R = 56.47%
G = 40.47%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0AC0D (or 0xF0AC0D) is known color: Dark Tangerine. HEX triplet: F0, AC and 0D. RGB value is (240,172,13). Sum of RGB (Red+Green+Blue) = 240+172+13=425 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.47% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 13 (5.47% from 255 or 3.06% from 425); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AC0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0AC0D is #0F53F2. Grayscale: #AEAEAE. Windows color (decimal): -1004531 or 896240. OLE color: 896240.

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

Color convert

RGB 240 172 13 -
CMYK 0 0.28 0.95 0.06
HSL 42.03º 0.9% 0.5% -
HSV(B) 42.03º 0.95% 0.94% -
XYZ 50.76 48.06 6.98 -
YUV 174.21 37.03 174.93 -
System Red Green Blue C M Y K H S L
Decimal 240 172 13 0 0.28 0.95 0.06 42.03 0.9 0.5
Hex F0 AC D 0 1C 5F 6 2A 5A 32
Octal 360 254 15 0 34 137 6 52 132 62
Binary 11110000 10101100 1101 0 11100 1011111 110 101010 1011010 110010

Color Harmonies of #F0AC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AC0D

Black with #F0AC0D

Text Example


Text Example

White with #F0AC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AC0D; }

 p { color: rgb(240,172,13); }

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

background-color css

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

 a { background-color: rgb(240,172,13); }

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

border-color css

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

 span { border-color: rgb(240,172,13); }

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