Html Css Color HEX #FC863A Sun

📋 copy color: '#FC863A'

red 252 ◦ green 134 ◦ blue 58

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

Shades of Sun #FC863A

Tints of Sun #FC863A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.06%

R = 56.76%
G = 30.18%
B = 13.06%

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

#FC863A (or 0xFC863A) is known color: Sun. HEX triplet: FC, 86 and 3A. RGB value is (252,134,58). Sum of RGB (Red+Green+Blue) = 252+134+58=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 134 (52.73% from 255 or 30.18% from 444); Blue value is 58 (23.05% from 255 or 13.06% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FC863A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC863A is #0379C5. Grayscale: #A1A1A1. Windows color (decimal): -227782 or 3835644. OLE color: 3835644.

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

Color convert

RGB 252 134 58 -
CMYK 0 0.47 0.77 0.01
HSL 23.51º 0.97% 0.61% -
HSV(B) 23.51º 0.77% 0.99% -
XYZ 49.43 38.05 8.74 -
YUV 160.62 70.09 193.18 -
System Red Green Blue C M Y K H S L
Decimal 252 134 58 0 0.47 0.77 0.01 23.51 0.97 0.61
Hex FC 86 3A 0 2F 4D 1 18 61 3D
Octal 374 206 72 0 57 115 1 30 141 75
Binary 11111100 10000110 111010 0 101111 1001101 1 11000 1100001 111101

Color Harmonies of #FC863A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC863A

Black with #FC863A

Text Example


Text Example

White with #FC863A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC863A; }

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

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

background-color css

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

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

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

border-color css

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

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

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