Html Css Color HEX #FFA05F Atomic Tangerine

📋 copy color: '#FFA05F'

red 255 ◦ green 160 ◦ blue 95

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

Shades of Atomic Tangerine #FFA05F

Tints of Atomic Tangerine #FFA05F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 18.63%

R = 50%
G = 31.37%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FFA05F (or 0xFFA05F) is known color: Atomic Tangerine. HEX triplet: FF, A0 and 5F. RGB value is (255,160,95). Sum of RGB (Red+Green+Blue) = 255+160+95=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 160 (62.89% from 255 or 31.37% from 510); Blue value is 95 (37.5% from 255 or 18.63% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA05F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA05F is #005FA0. Grayscale: #B5B5B5. Windows color (decimal): -24481 or 6267135. OLE color: 6267135.

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

Color convert

RGB 255 160 95 -
CMYK 0 0.37 0.63 0
HSL 24.38º 1% 0.69% -
HSV(B) 24.38º 0.63% 1% -
XYZ 55.88 47.23 17 -
YUV 181 79.47 180.79 -
System Red Green Blue C M Y K H S L
Decimal 255 160 95 0 0.37 0.63 0 24.38 1 0.69
Hex FF A0 5F 0 25 3F 0 18 64 45
Octal 377 240 137 0 45 77 0 30 144 105
Binary 11111111 10100000 1011111 0 100101 111111 0 11000 1100100 1000101

Color Harmonies of #FFA05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA05F

Black with #FFA05F

Text Example


Text Example

White with #FFA05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA05F; }

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

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

background-color css

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

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

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

border-color css

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

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

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