Html Css Color HEX #FF995F Atomic Tangerine

📋 copy color: '#FF995F'

red 255 ◦ green 153 ◦ blue 95

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

Shades of Atomic Tangerine #FF995F

Tints of Atomic Tangerine #FF995F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.42%

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

R = 50.7%
G = 30.42%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FF995F (or 0xFF995F) is known color: Atomic Tangerine. HEX triplet: FF, 99 and 5F. RGB value is (255,153,95). Sum of RGB (Red+Green+Blue) = 255+153+95=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 95 (37.5% from 255 or 18.89% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF995F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF995F is #0066A0. Grayscale: #B1B1B1. Windows color (decimal): -26273 or 6265343. OLE color: 6265343.

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

Color convert

RGB 255 153 95 -
CMYK 0 0.4 0.63 0
HSL 21.75º 1% 0.69% -
HSV(B) 21.75º 0.63% 1% -
XYZ 54.7 44.87 16.6 -
YUV 176.89 81.79 183.72 -
System Red Green Blue C M Y K H S L
Decimal 255 153 95 0 0.4 0.63 0 21.75 1 0.69
Hex FF 99 5F 0 28 3F 0 16 64 45
Octal 377 231 137 0 50 77 0 26 144 105
Binary 11111111 10011001 1011111 0 101000 111111 0 10110 1100100 1000101

Color Harmonies of #FF995F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF995F

Black with #FF995F

Text Example


Text Example

White with #FF995F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF995F; }

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

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

background-color css

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

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

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

border-color css

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

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

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