Html Css Color HEX #FF975F Atomic Tangerine

📋 copy color: '#FF975F'

red 255 ◦ green 151 ◦ blue 95

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

Shades of Atomic Tangerine #FF975F

Tints of Atomic Tangerine #FF975F

RGB

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

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

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

R = 50.9%
G = 30.14%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FF975F (or 0xFF975F) is known color: Atomic Tangerine. HEX triplet: FF, 97 and 5F. RGB value is (255,151,95). Sum of RGB (Red+Green+Blue) = 255+151+95=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 95 (37.5% from 255 or 18.96% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF975F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF975F is #0068A0. Grayscale: #B0B0B0. Windows color (decimal): -26785 or 6264831. OLE color: 6264831.

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

Color convert

RGB 255 151 95 -
CMYK 0 0.41 0.63 0
HSL 21º 1% 0.69% -
HSV(B) 21º 0.63% 1% -
XYZ 54.37 44.22 16.5 -
YUV 175.71 82.46 184.55 -
System Red Green Blue C M Y K H S L
Decimal 255 151 95 0 0.41 0.63 0 21 1 0.69
Hex FF 97 5F 0 29 3F 0 15 64 45
Octal 377 227 137 0 51 77 0 25 144 105
Binary 11111111 10010111 1011111 0 101001 111111 0 10101 1100100 1000101

Color Harmonies of #FF975F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF975F

Black with #FF975F

Text Example


Text Example

White with #FF975F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF975F; }

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

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

background-color css

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

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

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

border-color css

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

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

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