Html Css Color HEX #FF9F5F Atomic Tangerine

📋 copy color: '#FF9F5F'

red 255 ◦ green 159 ◦ blue 95

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

Shades of Atomic Tangerine #FF9F5F

Tints of Atomic Tangerine #FF9F5F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.24%

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

R = 50.1%
G = 31.24%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FF9F5F (or 0xFF9F5F) is known color: Atomic Tangerine. HEX triplet: FF, 9F and 5F. RGB value is (255,159,95). Sum of RGB (Red+Green+Blue) = 255+159+95=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 159 (62.5% from 255 or 31.24% from 509); Blue value is 95 (37.5% from 255 or 18.66% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9F5F is #0060A0. Grayscale: #B4B4B4. Windows color (decimal): -24737 or 6266879. OLE color: 6266879.

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

Color convert

RGB 255 159 95 -
CMYK 0 0.38 0.63 0
HSL 24º 1% 0.69% -
HSV(B) 24º 0.63% 1% -
XYZ 55.7 46.88 16.94 -
YUV 180.41 79.8 181.2 -
System Red Green Blue C M Y K H S L
Decimal 255 159 95 0 0.38 0.63 0 24 1 0.69
Hex FF 9F 5F 0 26 3F 0 18 64 45
Octal 377 237 137 0 46 77 0 30 144 105
Binary 11111111 10011111 1011111 0 100110 111111 0 11000 1100100 1000101

Color Harmonies of #FF9F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9F5F

Black with #FF9F5F

Text Example


Text Example

White with #FF9F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9F5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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