Html Css Color HEX #FC863B Sun

📋 copy color: '#FC863B'

red 252 ◦ green 134 ◦ blue 59

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

Shades of Sun #FC863B

Tints of Sun #FC863B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.26%

R = 56.63%
G = 30.11%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC863B (or 0xFC863B) is known color: Sun. HEX triplet: FC, 86 and 3B. RGB value is (252,134,59). Sum of RGB (Red+Green+Blue) = 252+134+59=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 134 (52.73% from 255 or 30.11% from 445); Blue value is 59 (23.44% from 255 or 13.26% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FC863B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC863B is #0379C4. Grayscale: #A1A1A1. Windows color (decimal): -227781 or 3901180. OLE color: 3901180.

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

Color convert

RGB 252 134 59 -
CMYK 0 0.47 0.77 0.01
HSL 23.32º 0.97% 0.61% -
HSV(B) 23.32º 0.77% 0.99% -
XYZ 49.46 38.06 8.88 -
YUV 160.73 70.59 193.1 -
System Red Green Blue C M Y K H S L
Decimal 252 134 59 0 0.47 0.77 0.01 23.32 0.97 0.61
Hex FC 86 3B 0 2F 4D 1 17 61 3D
Octal 374 206 73 0 57 115 1 27 141 75
Binary 11111100 10000110 111011 0 101111 1001101 1 10111 1100001 111101

Color Harmonies of #FC863B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC863B

Black with #FC863B

Text Example


Text Example

White with #FC863B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC863B; }

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

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

background-color css

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

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

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

border-color css

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

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

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