Html Css Color HEX #FFA00C Dark Tangerine

📋 copy color: '#FFA00C'

red 255 ◦ green 160 ◦ blue 12

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

Shades of Dark Tangerine #FFA00C

Tints of Dark Tangerine #FFA00C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.47%

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

R = 59.72%
G = 37.47%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFA00C (or 0xFFA00C) is known color: Dark Tangerine. HEX triplet: FF, A0 and 0C. RGB value is (255,160,12). Sum of RGB (Red+Green+Blue) = 255+160+12=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 160 (62.89% from 255 or 37.47% from 427); Blue value is 12 (5.08% from 255 or 2.81% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA00C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA00C is #005FF3. Grayscale: #ACACAC. Windows color (decimal): -24564 or 827647. OLE color: 827647.

HSL color Cylindrical-coordinate representation of color #FFA00C: hue angle of 36.54º 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 #FFA00C is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 255 160 12 -
CMYK 0 0.37 0.95 0
HSL 36.54º 1% 0.52% -
HSV(B) 36.54º 0.95% 1% -
XYZ 53.88 46.43 6.47 -
YUV 171.53 37.97 187.53 -
System Red Green Blue C M Y K H S L
Decimal 255 160 12 0 0.37 0.95 0 36.54 1 0.52
Hex FF A0 C 0 25 5F 0 25 64 34
Octal 377 240 14 0 45 137 0 45 144 64
Binary 11111111 10100000 1100 0 100101 1011111 0 100101 1100100 110100

Color Harmonies of #FFA00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA00C

Black with #FFA00C

Text Example


Text Example

White with #FFA00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA00C; }

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

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

background-color css

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

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

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

border-color css

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

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

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