Html Css Color HEX #FF9E5F Atomic Tangerine

📋 copy color: '#FF9E5F'

red 255 ◦ green 158 ◦ blue 95

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

Shades of Atomic Tangerine #FF9E5F

Tints of Atomic Tangerine #FF9E5F

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.1%

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

R = 50.2%
G = 31.1%
B = 18.7%

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

#FF9E5F (or 0xFF9E5F) is known color: Atomic Tangerine. HEX triplet: FF, 9E and 5F. RGB value is (255,158,95). Sum of RGB (Red+Green+Blue) = 255+158+95=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 158 (62.11% from 255 or 31.10% from 508); Blue value is 95 (37.5% from 255 or 18.70% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9E5F is #0061A0. Grayscale: #B4B4B4. Windows color (decimal): -24993 or 6266623. OLE color: 6266623.

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

Color convert

RGB 255 158 95 -
CMYK 0 0.38 0.63 0
HSL 23.63º 1% 0.69% -
HSV(B) 23.63º 0.63% 1% -
XYZ 55.53 46.54 16.88 -
YUV 179.82 80.14 181.62 -
System Red Green Blue C M Y K H S L
Decimal 255 158 95 0 0.38 0.63 0 23.63 1 0.69
Hex FF 9E 5F 0 26 3F 0 18 64 45
Octal 377 236 137 0 46 77 0 30 144 105
Binary 11111111 10011110 1011111 0 100110 111111 0 11000 1100100 1000101

Color Harmonies of #FF9E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9E5F

Black with #FF9E5F

Text Example


Text Example

White with #FF9E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9E5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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