Html Css Color HEX #FC8C3F Sun

📋 copy color: '#FC8C3F'

red 252 ◦ green 140 ◦ blue 63

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

Shades of Sun #FC8C3F

Tints of Sun #FC8C3F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.77%

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

R = 55.38%
G = 30.77%
B = 13.85%

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

#FC8C3F (or 0xFC8C3F) is known color: Sun. HEX triplet: FC, 8C and 3F. RGB value is (252,140,63). Sum of RGB (Red+Green+Blue) = 252+140+63=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 140 (55.08% from 255 or 30.77% from 455); Blue value is 63 (25% from 255 or 13.85% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8C3F is #0373C0. Grayscale: #A5A5A5. Windows color (decimal): -226241 or 4164860. OLE color: 4164860.

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

Color convert

RGB 252 140 63 -
CMYK 0 0.44 0.75 0.01
HSL 24.44º 0.97% 0.62% -
HSV(B) 24.44º 0.75% 0.99% -
XYZ 50.42 39.81 9.73 -
YUV 164.71 70.61 190.26 -
System Red Green Blue C M Y K H S L
Decimal 252 140 63 0 0.44 0.75 0.01 24.44 0.97 0.62
Hex FC 8C 3F 0 2C 4B 1 18 61 3E
Octal 374 214 77 0 54 113 1 30 141 76
Binary 11111100 10001100 111111 0 101100 1001011 1 11000 1100001 111110

Color Harmonies of #FC8C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8C3F

Black with #FC8C3F

Text Example


Text Example

White with #FC8C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8C3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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