Html Css Color HEX #FC883C Sun

📋 copy color: '#FC883C'

red 252 ◦ green 136 ◦ blue 60

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

Shades of Sun #FC883C

Tints of Sun #FC883C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.36%

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

R = 56.25%
G = 30.36%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC883C (or 0xFC883C) is known color: Sun. HEX triplet: FC, 88 and 3C. RGB value is (252,136,60). Sum of RGB (Red+Green+Blue) = 252+136+60=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 60 (23.83% from 255 or 13.39% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FC883C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC883C is #0377C3. Grayscale: #A2A2A2. Windows color (decimal): -227268 or 3967228. OLE color: 3967228.

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

Color convert

RGB 252 136 60 -
CMYK 0 0.46 0.76 0.01
HSL 23.75º 0.97% 0.61% -
HSV(B) 23.75º 0.76% 0.99% -
XYZ 49.76 38.63 9.11 -
YUV 162.02 70.43 192.18 -
System Red Green Blue C M Y K H S L
Decimal 252 136 60 0 0.46 0.76 0.01 23.75 0.97 0.61
Hex FC 88 3C 0 2E 4C 1 18 61 3D
Octal 374 210 74 0 56 114 1 30 141 75
Binary 11111100 10001000 111100 0 101110 1001100 1 11000 1100001 111101

Color Harmonies of #FC883C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC883C

Black with #FC883C

Text Example


Text Example

White with #FC883C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC883C; }

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

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

background-color css

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

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

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

border-color css

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

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

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