Html Css Color HEX #FF9C5A Atomic Tangerine

📋 copy color: '#FF9C5A'

red 255 ◦ green 156 ◦ blue 90

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

Shades of Atomic Tangerine #FF9C5A

Tints of Atomic Tangerine #FF9C5A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.14%

 BLUE value IS 90 (35.55% from 255) = 17.96%

R = 50.9%
G = 31.14%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FF9C5A (or 0xFF9C5A) is known color: Atomic Tangerine. HEX triplet: FF, 9C and 5A. RGB value is (255,156,90). Sum of RGB (Red+Green+Blue) = 255+156+90=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 90 (35.55% from 255 or 17.96% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9C5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9C5A is #0063A5. Grayscale: #B2B2B2. Windows color (decimal): -25510 or 5938431. OLE color: 5938431.

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

Color convert

RGB 255 156 90 -
CMYK 0 0.39 0.65 0
HSL 24º 1% 0.68% -
HSV(B) 24º 0.65% 1% -
XYZ 54.97 45.78 15.61 -
YUV 178.08 78.3 182.87 -
System Red Green Blue C M Y K H S L
Decimal 255 156 90 0 0.39 0.65 0 24 1 0.68
Hex FF 9C 5A 0 27 41 0 18 64 44
Octal 377 234 132 0 47 101 0 30 144 104
Binary 11111111 10011100 1011010 0 100111 1000001 0 11000 1100100 1000100

Color Harmonies of #FF9C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9C5A

Black with #FF9C5A

Text Example


Text Example

White with #FF9C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9C5A; }

 p { color: rgb(255,156,90); }

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

background-color css

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

 a { background-color: rgb(255,156,90); }

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

border-color css

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

 span { border-color: rgb(255,156,90); }

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