Html Css Color HEX #FD944C Sunshade

📋 copy color: '#FD944C'

red 253 ◦ green 148 ◦ blue 76

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

Shades of Sunshade #FD944C

Tints of Sunshade #FD944C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.93%

R = 53.04%
G = 31.03%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FD944C (or 0xFD944C) is known color: Sunshade. HEX triplet: FD, 94 and 4C. RGB value is (253,148,76). Sum of RGB (Red+Green+Blue) = 253+148+76=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 76 (30.08% from 255 or 15.93% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FD944C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD944C is #026BB3. Grayscale: #ABABAB. Windows color (decimal): -158644 or 5018877. OLE color: 5018877.

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

Color convert

RGB 253 148 76 -
CMYK 0 0.42 0.70 0.01
HSL 24.41º 0.98% 0.65% -
HSV(B) 24.41º 0.7% 0.99% -
XYZ 52.4 42.58 12.3 -
YUV 171.19 74.29 186.35 -
System Red Green Blue C M Y K H S L
Decimal 253 148 76 0 0.42 0.70 0.01 24.41 0.98 0.65
Hex FD 94 4C 0 2A 46 1 18 62 41
Octal 375 224 114 0 52 106 1 30 142 101
Binary 11111101 10010100 1001100 0 101010 1000110 1 11000 1100010 1000001

Color Harmonies of #FD944C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD944C

Black with #FD944C

Text Example


Text Example

White with #FD944C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD944C; }

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

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

background-color css

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

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

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

border-color css

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

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

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