Html Css Color HEX #FD945B Atomic Tangerine

📋 copy color: '#FD945B'

red 253 ◦ green 148 ◦ blue 91

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

Shades of Atomic Tangerine #FD945B

Tints of Atomic Tangerine #FD945B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.08%

 BLUE value IS 91 (35.94% from 255) = 18.5%

R = 51.42%
G = 30.08%
B = 18.5%

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

#FD945B (or 0xFD945B) is known color: Atomic Tangerine. HEX triplet: FD, 94 and 5B. RGB value is (253,148,91). Sum of RGB (Red+Green+Blue) = 253+148+91=492 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.42% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 91 (35.94% from 255 or 18.50% from 492); Max value from RGB is 253 - color contains mainly: red. Hex color #FD945B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD945B is #026BA4. Grayscale: #ADADAD. Windows color (decimal): -158629 or 6001917. OLE color: 6001917.

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

Color convert

RGB 253 148 91 -
CMYK 0 0.42 0.64 0.01
HSL 21.11º 0.98% 0.67% -
HSV(B) 21.11º 0.64% 0.99% -
XYZ 52.99 42.82 15.37 -
YUV 172.9 81.79 185.13 -
System Red Green Blue C M Y K H S L
Decimal 253 148 91 0 0.42 0.64 0.01 21.11 0.98 0.67
Hex FD 94 5B 0 2A 40 1 15 62 43
Octal 375 224 133 0 52 100 1 25 142 103
Binary 11111101 10010100 1011011 0 101010 1000000 1 10101 1100010 1000011

Color Harmonies of #FD945B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD945B

Black with #FD945B

Text Example


Text Example

White with #FD945B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD945B; }

 p { color: rgb(253,148,91); }

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

background-color css

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

 a { background-color: rgb(253,148,91); }

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

border-color css

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

 span { border-color: rgb(253,148,91); }

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