Html Css Color HEX #FD944A Sunshade

📋 copy color: '#FD944A'

red 253 ◦ green 148 ◦ blue 74

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

Shades of Sunshade #FD944A

Tints of Sunshade #FD944A

RGB

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

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

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

R = 53.26%
G = 31.16%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FD944A (or 0xFD944A) is known color: Sunshade. HEX triplet: FD, 94 and 4A. RGB value is (253,148,74). Sum of RGB (Red+Green+Blue) = 253+148+74=475 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.26% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 74 (29.30% from 255 or 15.58% from 475); Max value from RGB is 253 - color contains mainly: red. Hex color #FD944A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD944A is #026BB5. Grayscale: #ABABAB. Windows color (decimal): -158646 or 4887805. OLE color: 4887805.

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

Color convert

RGB 253 148 74 -
CMYK 0 0.42 0.71 0.01
HSL 24.8º 0.98% 0.64% -
HSV(B) 24.8º 0.71% 0.99% -
XYZ 52.33 42.56 11.93 -
YUV 170.96 73.29 186.52 -
System Red Green Blue C M Y K H S L
Decimal 253 148 74 0 0.42 0.71 0.01 24.8 0.98 0.64
Hex FD 94 4A 0 2A 47 1 19 62 40
Octal 375 224 112 0 52 107 1 31 142 100
Binary 11111101 10010100 1001010 0 101010 1000111 1 11001 1100010 1000000

Color Harmonies of #FD944A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD944A

Black with #FD944A

Text Example


Text Example

White with #FD944A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD944A; }

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

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

background-color css

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

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

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

border-color css

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

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

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