Html Css Color HEX #FD994C Sunshade

📋 copy color: '#FD994C'

red 253 ◦ green 153 ◦ blue 76

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

Shades of Sunshade #FD994C

Tints of Sunshade #FD994C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.74%

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

R = 52.49%
G = 31.74%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FD994C (or 0xFD994C) is known color: Sunshade. HEX triplet: FD, 99 and 4C. RGB value is (253,153,76). Sum of RGB (Red+Green+Blue) = 253+153+76=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 76 (30.08% from 255 or 15.77% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FD994C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD994C is #0266B3. Grayscale: #AEAEAE. Windows color (decimal): -157364 or 5020157. OLE color: 5020157.

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

Color convert

RGB 253 153 76 -
CMYK 0 0.40 0.70 0.01
HSL 26.1º 0.98% 0.65% -
HSV(B) 26.1º 0.7% 0.99% -
XYZ 53.2 44.19 12.56 -
YUV 174.12 72.63 184.26 -
System Red Green Blue C M Y K H S L
Decimal 253 153 76 0 0.40 0.70 0.01 26.1 0.98 0.65
Hex FD 99 4C 0 28 46 1 1A 62 41
Octal 375 231 114 0 50 106 1 32 142 101
Binary 11111101 10011001 1001100 0 101000 1000110 1 11010 1100010 1000001

Color Harmonies of #FD994C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD994C

Black with #FD994C

Text Example


Text Example

White with #FD994C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD994C; }

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

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

background-color css

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

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

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

border-color css

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

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

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