Html Css Color HEX #FD925D Atomic Tangerine

📋 copy color: '#FD925D'

red 253 ◦ green 146 ◦ blue 93

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

Shades of Atomic Tangerine #FD925D

Tints of Atomic Tangerine #FD925D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.67%

 BLUE value IS 93 (36.72% from 255) = 18.9%

R = 51.42%
G = 29.67%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FD925D (or 0xFD925D) is known color: Atomic Tangerine. HEX triplet: FD, 92 and 5D. RGB value is (253,146,93). Sum of RGB (Red+Green+Blue) = 253+146+93=492 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.42% from 492); Green value is 146 (57.42% from 255 or 29.67% from 492); Blue value is 93 (36.72% from 255 or 18.90% from 492); Max value from RGB is 253 - color contains mainly: red. Hex color #FD925D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD925D is #026DA2. Grayscale: #ACACAC. Windows color (decimal): -159139 or 6132477. OLE color: 6132477.

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

Color convert

RGB 253 146 93 -
CMYK 0 0.42 0.63 0.01
HSL 19.88º 0.98% 0.68% -
HSV(B) 19.88º 0.63% 0.99% -
XYZ 52.76 42.23 15.73 -
YUV 171.95 83.45 185.81 -
System Red Green Blue C M Y K H S L
Decimal 253 146 93 0 0.42 0.63 0.01 19.88 0.98 0.68
Hex FD 92 5D 0 2A 3F 1 14 62 44
Octal 375 222 135 0 52 77 1 24 142 104
Binary 11111101 10010010 1011101 0 101010 111111 1 10100 1100010 1000100

Color Harmonies of #FD925D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD925D

Black with #FD925D

Text Example


Text Example

White with #FD925D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD925D; }

 p { color: rgb(253,146,93); }

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

background-color css

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

 a { background-color: rgb(253,146,93); }

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

border-color css

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

 span { border-color: rgb(253,146,93); }

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