Html Css Color HEX #FD914C Sunshade

📋 copy color: '#FD914C'

red 253 ◦ green 145 ◦ blue 76

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

Shades of Sunshade #FD914C

Tints of Sunshade #FD914C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.59%

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

R = 53.38%
G = 30.59%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FD914C (or 0xFD914C) is known color: Sunshade. HEX triplet: FD, 91 and 4C. RGB value is (253,145,76). Sum of RGB (Red+Green+Blue) = 253+145+76=474 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.38% from 474); Green value is 145 (57.03% from 255 or 30.59% from 474); Blue value is 76 (30.08% from 255 or 16.03% from 474); Max value from RGB is 253 - color contains mainly: red. Hex color #FD914C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD914C is #026EB3. Grayscale: #A9A9A9. Windows color (decimal): -159412 or 5018109. OLE color: 5018109.

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

Color convert

RGB 253 145 76 -
CMYK 0 0.43 0.70 0.01
HSL 23.39º 0.98% 0.65% -
HSV(B) 23.39º 0.7% 0.99% -
XYZ 51.94 41.66 12.14 -
YUV 169.43 75.28 187.61 -
System Red Green Blue C M Y K H S L
Decimal 253 145 76 0 0.43 0.70 0.01 23.39 0.98 0.65
Hex FD 91 4C 0 2B 46 1 17 62 41
Octal 375 221 114 0 53 106 1 27 142 101
Binary 11111101 10010001 1001100 0 101011 1000110 1 10111 1100010 1000001

Color Harmonies of #FD914C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD914C

Black with #FD914C

Text Example


Text Example

White with #FD914C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD914C; }

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

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

background-color css

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

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

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

border-color css

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

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

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