Html Css Color HEX #FD9440 Sunshade

📋 copy color: '#FD9440'

red 253 ◦ green 148 ◦ blue 64

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

Shades of Sunshade #FD9440

Tints of Sunshade #FD9440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.76%

R = 54.41%
G = 31.83%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FD9440 (or 0xFD9440) is known color: Sunshade. HEX triplet: FD, 94 and 40. RGB value is (253,148,64). Sum of RGB (Red+Green+Blue) = 253+148+64=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 64 (25.39% from 255 or 13.76% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9440 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD9440 is #026BBF. Grayscale: #AAAAAA. Windows color (decimal): -158656 or 4232445. OLE color: 4232445.

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

Color convert

RGB 253 148 64 -
CMYK 0 0.42 0.75 0.01
HSL 26.67º 0.98% 0.62% -
HSV(B) 26.67º 0.75% 0.99% -
XYZ 52.02 42.43 10.3 -
YUV 169.82 68.29 187.33 -
System Red Green Blue C M Y K H S L
Decimal 253 148 64 0 0.42 0.75 0.01 26.67 0.98 0.62
Hex FD 94 40 0 2A 4B 1 1B 62 3E
Octal 375 224 100 0 52 113 1 33 142 76
Binary 11111101 10010100 1000000 0 101010 1001011 1 11011 1100010 111110

Color Harmonies of #FD9440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9440

Black with #FD9440

Text Example


Text Example

White with #FD9440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9440; }

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

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

background-color css

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

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

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

border-color css

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

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

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