Html Css Color HEX #FC863D Sun

📋 copy color: '#FC863D'

red 252 ◦ green 134 ◦ blue 61

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

Shades of Sun #FC863D

Tints of Sun #FC863D

RGB

 RED value IS 252 (98.83% from 255) = 56.38%

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

 BLUE value IS 61 (24.22% from 255) = 13.65%

R = 56.38%
G = 29.98%
B = 13.65%

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

#FC863D (or 0xFC863D) is known color: Sun. HEX triplet: FC, 86 and 3D. RGB value is (252,134,61). Sum of RGB (Red+Green+Blue) = 252+134+61=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 134 (52.73% from 255 or 29.98% from 447); Blue value is 61 (24.22% from 255 or 13.65% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FC863D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC863D is #0379C2. Grayscale: #A1A1A1. Windows color (decimal): -227779 or 4032252. OLE color: 4032252.

HSL color Cylindrical-coordinate representation of color #FC863D: hue angle of 22.93º degrees, saturation: 0.97, 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 #FC863D is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 134 61 -
CMYK 0 0.47 0.76 0.01
HSL 22.93º 0.97% 0.61% -
HSV(B) 22.93º 0.76% 0.99% -
XYZ 49.51 38.08 9.16 -
YUV 160.96 71.59 192.94 -
System Red Green Blue C M Y K H S L
Decimal 252 134 61 0 0.47 0.76 0.01 22.93 0.97 0.61
Hex FC 86 3D 0 2F 4C 1 17 61 3D
Octal 374 206 75 0 57 114 1 27 141 75
Binary 11111100 10000110 111101 0 101111 1001100 1 10111 1100001 111101

Color Harmonies of #FC863D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC863D

Black with #FC863D

Text Example


Text Example

White with #FC863D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC863D; }

 p { color: rgb(252,134,61); }

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

background-color css

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

 a { background-color: rgb(252,134,61); }

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

border-color css

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

 span { border-color: rgb(252,134,61); }

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