Html Css Color HEX #FF975D Atomic Tangerine

📋 copy color: '#FF975D'

red 255 ◦ green 151 ◦ blue 93

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

Shades of Atomic Tangerine #FF975D

Tints of Atomic Tangerine #FF975D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.26%

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

R = 51.1%
G = 30.26%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FF975D (or 0xFF975D) is known color: Atomic Tangerine. HEX triplet: FF, 97 and 5D. RGB value is (255,151,93). Sum of RGB (Red+Green+Blue) = 255+151+93=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 151 (59.38% from 255 or 30.26% from 499); Blue value is 93 (36.72% from 255 or 18.64% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF975D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF975D is #0068A2. Grayscale: #AFAFAF. Windows color (decimal): -26787 or 6133759. OLE color: 6133759.

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

Color convert

RGB 255 151 93 -
CMYK 0 0.41 0.64 0
HSL 21.48º 1% 0.68% -
HSV(B) 21.48º 0.64% 1% -
XYZ 54.28 44.18 16.02 -
YUV 175.48 81.46 184.72 -
System Red Green Blue C M Y K H S L
Decimal 255 151 93 0 0.41 0.64 0 21.48 1 0.68
Hex FF 97 5D 0 29 40 0 15 64 44
Octal 377 227 135 0 51 100 0 25 144 104
Binary 11111111 10010111 1011101 0 101001 1000000 0 10101 1100100 1000100

Color Harmonies of #FF975D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF975D

Black with #FF975D

Text Example


Text Example

White with #FF975D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF975D; }

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

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

background-color css

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

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

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

border-color css

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

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

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