Html Css Color HEX #FFAC0C Dark Tangerine

📋 copy color: '#FFAC0C'

red 255 ◦ green 172 ◦ blue 12

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

Shades of Dark Tangerine #FFAC0C

Tints of Dark Tangerine #FFAC0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.73%

R = 58.09%
G = 39.18%
B = 2.73%

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

#FFAC0C (or 0xFFAC0C) is known color: Dark Tangerine. HEX triplet: FF, AC and 0C. RGB value is (255,172,12). Sum of RGB (Red+Green+Blue) = 255+172+12=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 12 (5.08% from 255 or 2.73% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAC0C is #0053F3. Grayscale: #B3B3B3. Windows color (decimal): -21492 or 830719. OLE color: 830719.

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

Color convert

RGB 255 172 12 -
CMYK 0 0.33 0.95 0
HSL 39.51º 1% 0.52% -
HSV(B) 39.51º 0.95% 1% -
XYZ 56.06 50.79 7.2 -
YUV 178.58 34 182.51 -
System Red Green Blue C M Y K H S L
Decimal 255 172 12 0 0.33 0.95 0 39.51 1 0.52
Hex FF AC C 0 21 5F 0 28 64 34
Octal 377 254 14 0 41 137 0 50 144 64
Binary 11111111 10101100 1100 0 100001 1011111 0 101000 1100100 110100

Color Harmonies of #FFAC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAC0C

Black with #FFAC0C

Text Example


Text Example

White with #FFAC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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