Html Css Color HEX #FD863C Sun

📋 copy color: '#FD863C'

red 253 ◦ green 134 ◦ blue 60

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

Shades of Sun #FD863C

Tints of Sun #FD863C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.98%

 BLUE value IS 60 (23.83% from 255) = 13.42%

R = 56.6%
G = 29.98%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FD863C (or 0xFD863C) is known color: Sun. HEX triplet: FD, 86 and 3C. RGB value is (253,134,60). Sum of RGB (Red+Green+Blue) = 253+134+60=447 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.60% from 447); Green value is 134 (52.73% from 255 or 29.98% from 447); Blue value is 60 (23.83% from 255 or 13.42% from 447); Max value from RGB is 253 - color contains mainly: red. Hex color #FD863C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD863C is #0279C3. Grayscale: #A1A1A1. Windows color (decimal): -162244 or 3966717. OLE color: 3966717.

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

Color convert

RGB 253 134 60 -
CMYK 0 0.47 0.76 0.01
HSL 23.01º 0.98% 0.61% -
HSV(B) 23.01º 0.76% 0.99% -
XYZ 49.85 38.26 9.03 -
YUV 161.15 70.92 193.52 -
System Red Green Blue C M Y K H S L
Decimal 253 134 60 0 0.47 0.76 0.01 23.01 0.98 0.61
Hex FD 86 3C 0 2F 4C 1 17 62 3D
Octal 375 206 74 0 57 114 1 27 142 75
Binary 11111101 10000110 111100 0 101111 1001100 1 10111 1100010 111101

Color Harmonies of #FD863C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD863C

Black with #FD863C

Text Example


Text Example

White with #FD863C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD863C; }

 p { color: rgb(253,134,60); }

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

background-color css

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

 a { background-color: rgb(253,134,60); }

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

border-color css

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

 span { border-color: rgb(253,134,60); }

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