Html Css Color HEX #FF995D Atomic Tangerine

📋 copy color: '#FF995D'

red 255 ◦ green 153 ◦ blue 93

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

Shades of Atomic Tangerine #FF995D

Tints of Atomic Tangerine #FF995D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.56%

R = 50.9%
G = 30.54%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FF995D (or 0xFF995D) is known color: Atomic Tangerine. HEX triplet: FF, 99 and 5D. RGB value is (255,153,93). Sum of RGB (Red+Green+Blue) = 255+153+93=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 93 (36.72% from 255 or 18.56% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF995D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF995D is #0066A2. Grayscale: #B0B0B0. Windows color (decimal): -26275 or 6134271. OLE color: 6134271.

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

Color convert

RGB 255 153 93 -
CMYK 0 0.4 0.64 0
HSL 22.22º 1% 0.68% -
HSV(B) 22.22º 0.64% 1% -
XYZ 54.61 44.83 16.13 -
YUV 176.66 80.79 183.88 -
System Red Green Blue C M Y K H S L
Decimal 255 153 93 0 0.4 0.64 0 22.22 1 0.68
Hex FF 99 5D 0 28 40 0 16 64 44
Octal 377 231 135 0 50 100 0 26 144 104
Binary 11111111 10011001 1011101 0 101000 1000000 0 10110 1100100 1000100

Color Harmonies of #FF995D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF995D

Black with #FF995D

Text Example


Text Example

White with #FF995D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF995D; }

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

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

background-color css

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

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

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

border-color css

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

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

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