Html Css Color HEX #FD954A Sunshade

📋 copy color: '#FD954A'

red 253 ◦ green 149 ◦ blue 74

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

Shades of Sunshade #FD954A

Tints of Sunshade #FD954A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.3%

 BLUE value IS 74 (29.3% from 255) = 15.55%

R = 53.15%
G = 31.3%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FD954A (or 0xFD954A) is known color: Sunshade. HEX triplet: FD, 95 and 4A. RGB value is (253,149,74). Sum of RGB (Red+Green+Blue) = 253+149+74=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 149 (58.59% from 255 or 31.30% from 476); Blue value is 74 (29.30% from 255 or 15.55% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FD954A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD954A is #026AB5. Grayscale: #ABABAB. Windows color (decimal): -158390 or 4888061. OLE color: 4888061.

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

Color convert

RGB 253 149 74 -
CMYK 0 0.41 0.71 0.01
HSL 25.14º 0.98% 0.64% -
HSV(B) 25.14º 0.71% 0.99% -
XYZ 52.49 42.87 11.99 -
YUV 171.55 72.96 186.1 -
System Red Green Blue C M Y K H S L
Decimal 253 149 74 0 0.41 0.71 0.01 25.14 0.98 0.64
Hex FD 95 4A 0 29 47 1 19 62 40
Octal 375 225 112 0 51 107 1 31 142 100
Binary 11111101 10010101 1001010 0 101001 1000111 1 11001 1100010 1000000

Color Harmonies of #FD954A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD954A

Black with #FD954A

Text Example


Text Example

White with #FD954A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD954A; }

 p { color: rgb(253,149,74); }

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

background-color css

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

 a { background-color: rgb(253,149,74); }

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

border-color css

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

 span { border-color: rgb(253,149,74); }

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