Html Css Color HEX #FC8D3C Sun

📋 copy color: '#FC8D3C'

red 252 ◦ green 141 ◦ blue 60

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

Shades of Sun #FC8D3C

Tints of Sun #FC8D3C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.13%

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

R = 55.63%
G = 31.13%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC8D3C (or 0xFC8D3C) is known color: Sun. HEX triplet: FC, 8D and 3C. RGB value is (252,141,60). Sum of RGB (Red+Green+Blue) = 252+141+60=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 60 (23.83% from 255 or 13.25% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8D3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8D3C is #0372C3. Grayscale: #A5A5A5. Windows color (decimal): -225988 or 3968508. OLE color: 3968508.

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

Color convert

RGB 252 141 60 -
CMYK 0 0.44 0.76 0.01
HSL 25.31º 0.97% 0.61% -
HSV(B) 25.31º 0.76% 0.99% -
XYZ 50.49 40.07 9.35 -
YUV 164.96 68.77 190.09 -
System Red Green Blue C M Y K H S L
Decimal 252 141 60 0 0.44 0.76 0.01 25.31 0.97 0.61
Hex FC 8D 3C 0 2C 4C 1 19 61 3D
Octal 374 215 74 0 54 114 1 31 141 75
Binary 11111100 10001101 111100 0 101100 1001100 1 11001 1100001 111101

Color Harmonies of #FC8D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8D3C

Black with #FC8D3C

Text Example


Text Example

White with #FC8D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8D3C; }

 p { color: rgb(252,141,60); }

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

background-color css

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

 a { background-color: rgb(252,141,60); }

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

border-color css

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

 span { border-color: rgb(252,141,60); }

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