Html Css Color HEX #FF9D64 Atomic Tangerine

📋 copy color: '#FF9D64'

red 255 ◦ green 157 ◦ blue 100

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

Shades of Atomic Tangerine #FF9D64

Tints of Atomic Tangerine #FF9D64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.53%

R = 49.8%
G = 30.66%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0

RGB Variations

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

Color information

#FF9D64 (or 0xFF9D64) is known color: Atomic Tangerine. HEX triplet: FF, 9D and 64. RGB value is (255,157,100). Sum of RGB (Red+Green+Blue) = 255+157+100=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 157 (61.72% from 255 or 30.66% from 512); Blue value is 100 (39.45% from 255 or 19.53% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9D64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9D64 is #00629B. Grayscale: #B4B4B4. Windows color (decimal): -25244 or 6594047. OLE color: 6594047.

HSL color Cylindrical-coordinate representation of color #FF9D64: hue angle of 22.06º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF9D64 is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.

Color convert

RGB 255 157 100 -
CMYK 0 0.38 0.61 0
HSL 22.06º 1% 0.7% -
HSV(B) 22.06º 0.61% 1% -
XYZ 55.6 46.29 18.06 -
YUV 179.8 82.97 181.63 -
System Red Green Blue C M Y K H S L
Decimal 255 157 100 0 0.38 0.61 0 22.06 1 0.7
Hex FF 9D 64 0 26 3D 0 16 64 46
Octal 377 235 144 0 46 75 0 26 144 106
Binary 11111111 10011101 1100100 0 100110 111101 0 10110 1100100 1000110

Color Harmonies of #FF9D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9D64

Black with #FF9D64

Text Example


Text Example

White with #FF9D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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