Html Css Color HEX #FFAC0D Dark Tangerine

📋 copy color: '#FFAC0D'

red 255 ◦ green 172 ◦ blue 13

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

Shades of Dark Tangerine #FFAC0D

Tints of Dark Tangerine #FFAC0D

RGB

 RED value IS 255 (100% from 255) = 57.95%

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

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

R = 57.95%
G = 39.09%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFAC0D (or 0xFFAC0D) is known color: Dark Tangerine. HEX triplet: FF, AC and 0D. RGB value is (255,172,13). Sum of RGB (Red+Green+Blue) = 255+172+13=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 13 (5.47% from 255 or 2.95% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAC0D is #0053F2. Grayscale: #B3B3B3. Windows color (decimal): -21491 or 896255. OLE color: 896255.

HSL color Cylindrical-coordinate representation of color #FFAC0D: hue angle of 39.42º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFAC0D is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 255 172 13 -
CMYK 0 0.33 0.95 0
HSL 39.42º 1% 0.53% -
HSV(B) 39.42º 0.95% 1% -
XYZ 56.07 50.79 7.23 -
YUV 178.69 34.5 182.43 -
System Red Green Blue C M Y K H S L
Decimal 255 172 13 0 0.33 0.95 0 39.42 1 0.53
Hex FF AC D 0 21 5F 0 27 64 35
Octal 377 254 15 0 41 137 0 47 144 65
Binary 11111111 10101100 1101 0 100001 1011111 0 100111 1100100 110101

Color Harmonies of #FFAC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAC0D

Black with #FFAC0D

Text Example


Text Example

White with #FFAC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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