Html Css Color HEX #FF9D5F Atomic Tangerine

📋 copy color: '#FF9D5F'

red 255 ◦ green 157 ◦ blue 95

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

Shades of Atomic Tangerine #FF9D5F

Tints of Atomic Tangerine #FF9D5F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.97%

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

R = 50.3%
G = 30.97%
B = 18.74%

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

#FF9D5F (or 0xFF9D5F) is known color: Atomic Tangerine. HEX triplet: FF, 9D and 5F. RGB value is (255,157,95). Sum of RGB (Red+Green+Blue) = 255+157+95=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 157 (61.72% from 255 or 30.97% from 507); Blue value is 95 (37.5% from 255 or 18.74% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9D5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9D5F is #0062A0. Grayscale: #B3B3B3. Windows color (decimal): -25249 or 6266367. OLE color: 6266367.

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

Color convert

RGB 255 157 95 -
CMYK 0 0.38 0.63 0
HSL 23.25º 1% 0.69% -
HSV(B) 23.25º 0.63% 1% -
XYZ 55.36 46.2 16.83 -
YUV 179.23 80.47 182.04 -
System Red Green Blue C M Y K H S L
Decimal 255 157 95 0 0.38 0.63 0 23.25 1 0.69
Hex FF 9D 5F 0 26 3F 0 17 64 45
Octal 377 235 137 0 46 77 0 27 144 105
Binary 11111111 10011101 1011111 0 100110 111111 0 10111 1100100 1000101

Color Harmonies of #FF9D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9D5F

Black with #FF9D5F

Text Example


Text Example

White with #FF9D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9D5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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