Html Css Color HEX #FD914A Sunshade

📋 copy color: '#FD914A'

red 253 ◦ green 145 ◦ blue 74

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

Shades of Sunshade #FD914A

Tints of Sunshade #FD914A

RGB

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

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

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

R = 53.6%
G = 30.72%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FD914A (or 0xFD914A) is known color: Sunshade. HEX triplet: FD, 91 and 4A. RGB value is (253,145,74). Sum of RGB (Red+Green+Blue) = 253+145+74=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 74 (29.30% from 255 or 15.68% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FD914A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD914A is #026EB5. Grayscale: #A9A9A9. Windows color (decimal): -159414 or 4887037. OLE color: 4887037.

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

Color convert

RGB 253 145 74 -
CMYK 0 0.43 0.71 0.01
HSL 23.8º 0.98% 0.64% -
HSV(B) 23.8º 0.71% 0.99% -
XYZ 51.87 41.63 11.78 -
YUV 169.2 74.28 187.77 -
System Red Green Blue C M Y K H S L
Decimal 253 145 74 0 0.43 0.71 0.01 23.8 0.98 0.64
Hex FD 91 4A 0 2B 47 1 18 62 40
Octal 375 221 112 0 53 107 1 30 142 100
Binary 11111101 10010001 1001010 0 101011 1000111 1 11000 1100010 1000000

Color Harmonies of #FD914A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD914A

Black with #FD914A

Text Example


Text Example

White with #FD914A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD914A; }

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

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

background-color css

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

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

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

border-color css

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

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

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