Html Css Color HEX #FF8A5F Atomic Tangerine

📋 copy color: '#FF8A5F'

red 255 ◦ green 138 ◦ blue 95

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

Shades of Atomic Tangerine #FF8A5F

Tints of Atomic Tangerine #FF8A5F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.28%

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

R = 52.25%
G = 28.28%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FF8A5F (or 0xFF8A5F) is known color: Atomic Tangerine. HEX triplet: FF, 8A and 5F. RGB value is (255,138,95). Sum of RGB (Red+Green+Blue) = 255+138+95=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 95 (37.5% from 255 or 19.47% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8A5F is #0075A0. Grayscale: #A8A8A8. Windows color (decimal): -30113 or 6261503. OLE color: 6261503.

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

Color convert

RGB 255 138 95 -
CMYK 0 0.46 0.63 0
HSL 16.13º 1% 0.69% -
HSV(B) 16.13º 0.63% 1% -
XYZ 52.39 40.26 15.84 -
YUV 168.08 86.76 190 -
System Red Green Blue C M Y K H S L
Decimal 255 138 95 0 0.46 0.63 0 16.13 1 0.69
Hex FF 8A 5F 0 2E 3F 0 10 64 45
Octal 377 212 137 0 56 77 0 20 144 105
Binary 11111111 10001010 1011111 0 101110 111111 0 10000 1100100 1000101

Color Harmonies of #FF8A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8A5F

Black with #FF8A5F

Text Example


Text Example

White with #FF8A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8A5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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