Html Css Color HEX #FD975E Atomic Tangerine

📋 copy color: '#FD975E'

red 253 ◦ green 151 ◦ blue 94

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

Shades of Atomic Tangerine #FD975E

Tints of Atomic Tangerine #FD975E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.32%

 BLUE value IS 94 (37.11% from 255) = 18.88%

R = 50.8%
G = 30.32%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FD975E (or 0xFD975E) is known color: Atomic Tangerine. HEX triplet: FD, 97 and 5E. RGB value is (253,151,94). Sum of RGB (Red+Green+Blue) = 253+151+94=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 151 (59.38% from 255 or 30.32% from 498); Blue value is 94 (37.11% from 255 or 18.88% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FD975E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD975E is #0268A1. Grayscale: #AFAFAF. Windows color (decimal): -157858 or 6199293. OLE color: 6199293.

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

Color convert

RGB 253 151 94 -
CMYK 0 0.40 0.63 0.01
HSL 21.51º 0.98% 0.68% -
HSV(B) 21.51º 0.63% 0.99% -
XYZ 53.6 43.82 16.22 -
YUV 175 82.29 183.63 -
System Red Green Blue C M Y K H S L
Decimal 253 151 94 0 0.40 0.63 0.01 21.51 0.98 0.68
Hex FD 97 5E 0 28 3F 1 16 62 44
Octal 375 227 136 0 50 77 1 26 142 104
Binary 11111101 10010111 1011110 0 101000 111111 1 10110 1100010 1000100

Color Harmonies of #FD975E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD975E

Black with #FD975E

Text Example


Text Example

White with #FD975E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD975E; }

 p { color: rgb(253,151,94); }

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

background-color css

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

 a { background-color: rgb(253,151,94); }

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

border-color css

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

 span { border-color: rgb(253,151,94); }

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