Html Css Color HEX #FD8C40 Sun

📋 copy color: '#FD8C40'

red 253 ◦ green 140 ◦ blue 64

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

Shades of Sun #FD8C40

Tints of Sun #FD8C40

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.63%

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

R = 55.36%
G = 30.63%
B = 14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FD8C40 (or 0xFD8C40) is known color: Sun. HEX triplet: FD, 8C and 40. RGB value is (253,140,64). Sum of RGB (Red+Green+Blue) = 253+140+64=457 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.36% from 457); Green value is 140 (55.08% from 255 or 30.63% from 457); Blue value is 64 (25.39% from 255 or 14.00% from 457); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8C40 is #0273BF. Grayscale: #A5A5A5. Windows color (decimal): -160704 or 4230397. OLE color: 4230397.

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

Color convert

RGB 253 140 64 -
CMYK 0 0.45 0.75 0.01
HSL 24.13º 0.98% 0.62% -
HSV(B) 24.13º 0.75% 0.99% -
XYZ 50.81 40.01 9.89 -
YUV 165.12 70.94 190.68 -
System Red Green Blue C M Y K H S L
Decimal 253 140 64 0 0.45 0.75 0.01 24.13 0.98 0.62
Hex FD 8C 40 0 2D 4B 1 18 62 3E
Octal 375 214 100 0 55 113 1 30 142 76
Binary 11111101 10001100 1000000 0 101101 1001011 1 11000 1100010 111110

Color Harmonies of #FD8C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8C40

Black with #FD8C40

Text Example


Text Example

White with #FD8C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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