Html Css Color HEX #FD935A Atomic Tangerine

📋 copy color: '#FD935A'

red 253 ◦ green 147 ◦ blue 90

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

Shades of Atomic Tangerine #FD935A

Tints of Atomic Tangerine #FD935A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30%

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

R = 51.63%
G = 30%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD935A (or 0xFD935A) is known color: Atomic Tangerine. HEX triplet: FD, 93 and 5A. RGB value is (253,147,90). Sum of RGB (Red+Green+Blue) = 253+147+90=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 90 (35.55% from 255 or 18.37% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FD935A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD935A is #026CA5. Grayscale: #ACACAC. Windows color (decimal): -158886 or 5936125. OLE color: 5936125.

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

Color convert

RGB 253 147 90 -
CMYK 0 0.42 0.64 0.01
HSL 20.98º 0.98% 0.67% -
HSV(B) 20.98º 0.64% 0.99% -
XYZ 52.79 42.49 15.09 -
YUV 172.2 81.62 185.63 -
System Red Green Blue C M Y K H S L
Decimal 253 147 90 0 0.42 0.64 0.01 20.98 0.98 0.67
Hex FD 93 5A 0 2A 40 1 15 62 43
Octal 375 223 132 0 52 100 1 25 142 103
Binary 11111101 10010011 1011010 0 101010 1000000 1 10101 1100010 1000011

Color Harmonies of #FD935A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD935A

Black with #FD935A

Text Example


Text Example

White with #FD935A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD935A; }

 p { color: rgb(253,147,90); }

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

background-color css

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

 a { background-color: rgb(253,147,90); }

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

border-color css

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

 span { border-color: rgb(253,147,90); }

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