Html Css Color HEX #FC8E3F Sun

📋 copy color: '#FC8E3F'

red 252 ◦ green 142 ◦ blue 63

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

Shades of Sun #FC8E3F

Tints of Sun #FC8E3F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.07%

 BLUE value IS 63 (25% from 255) = 13.79%

R = 55.14%
G = 31.07%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC8E3F (or 0xFC8E3F) is known color: Sun. HEX triplet: FC, 8E and 3F. RGB value is (252,142,63). Sum of RGB (Red+Green+Blue) = 252+142+63=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 142 (55.86% from 255 or 31.07% from 457); Blue value is 63 (25% from 255 or 13.79% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8E3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8E3F is #0371C0. Grayscale: #A6A6A6. Windows color (decimal): -225729 or 4165372. OLE color: 4165372.

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

Color convert

RGB 252 142 63 -
CMYK 0 0.44 0.75 0.01
HSL 25.08º 0.97% 0.62% -
HSV(B) 25.08º 0.75% 0.99% -
XYZ 50.72 40.4 9.83 -
YUV 165.88 69.94 189.42 -
System Red Green Blue C M Y K H S L
Decimal 252 142 63 0 0.44 0.75 0.01 25.08 0.97 0.62
Hex FC 8E 3F 0 2C 4B 1 19 61 3E
Octal 374 216 77 0 54 113 1 31 141 76
Binary 11111100 10001110 111111 0 101100 1001011 1 11001 1100001 111110

Color Harmonies of #FC8E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8E3F

Black with #FC8E3F

Text Example


Text Example

White with #FC8E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8E3F; }

 p { color: rgb(252,142,63); }

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

background-color css

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

 a { background-color: rgb(252,142,63); }

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

border-color css

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

 span { border-color: rgb(252,142,63); }

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