Html Css Color HEX #FD8C5F Atomic Tangerine

📋 copy color: '#FD8C5F'

red 253 ◦ green 140 ◦ blue 95

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

Shades of Atomic Tangerine #FD8C5F

Tints of Atomic Tangerine #FD8C5F

RGB

 RED value IS 253 (99.22% from 255) = 51.84%

 GREEN value IS 140 (55.08% from 255) = 28.69%

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

R = 51.84%
G = 28.69%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FD8C5F (or 0xFD8C5F) is known color: Atomic Tangerine. HEX triplet: FD, 8C and 5F. RGB value is (253,140,95). Sum of RGB (Red+Green+Blue) = 253+140+95=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 140 (55.08% from 255 or 28.69% from 488); Blue value is 95 (37.5% from 255 or 19.47% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8C5F is #0273A0. Grayscale: #A8A8A8. Windows color (decimal): -160673 or 6262013. OLE color: 6262013.

HSL color Cylindrical-coordinate representation of color #FD8C5F: hue angle of 17.09º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FD8C5F is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 140 95 -
CMYK 0 0.45 0.62 0.01
HSL 17.09º 0.98% 0.68% -
HSV(B) 17.09º 0.62% 0.99% -
XYZ 51.95 40.47 15.9 -
YUV 168.66 86.44 188.16 -
System Red Green Blue C M Y K H S L
Decimal 253 140 95 0 0.45 0.62 0.01 17.09 0.98 0.68
Hex FD 8C 5F 0 2D 3E 1 11 62 44
Octal 375 214 137 0 55 76 1 21 142 104
Binary 11111101 10001100 1011111 0 101101 111110 1 10001 1100010 1000100

Color Harmonies of #FD8C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8C5F

Black with #FD8C5F

Text Example


Text Example

White with #FD8C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8C5F; }

 p { color: rgb(253,140,95); }

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

background-color css

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

 a { background-color: rgb(253,140,95); }

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

border-color css

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

 span { border-color: rgb(253,140,95); }

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