Html Css Color HEX #FC613C Outrageous Orange

📋 copy color: '#FC613C'

red 252 ◦ green 97 ◦ blue 60

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

Shades of Outrageous Orange #FC613C

Tints of Outrageous Orange #FC613C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.72%

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

R = 61.61%
G = 23.72%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC613C (or 0xFC613C) is known color: Outrageous Orange. HEX triplet: FC, 61 and 3C. RGB value is (252,97,60). Sum of RGB (Red+Green+Blue) = 252+97+60=409 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.61% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 60 (23.83% from 255 or 14.67% from 409); Max value from RGB is 252 - color contains mainly: red. Hex color #FC613C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC613C is #039EC3. Grayscale: #8B8B8B. Windows color (decimal): -237252 or 3957244. OLE color: 3957244.

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

Color convert

RGB 252 97 60 -
CMYK 0 0.62 0.76 0.01
HSL 11.56º 0.97% 0.61% -
HSV(B) 11.56º 0.76% 0.99% -
XYZ 45.24 29.57 7.6 -
YUV 139.13 83.35 208.51 -
System Red Green Blue C M Y K H S L
Decimal 252 97 60 0 0.62 0.76 0.01 11.56 0.97 0.61
Hex FC 61 3C 0 3E 4C 1 C 61 3D
Octal 374 141 74 0 76 114 1 14 141 75
Binary 11111100 1100001 111100 0 111110 1001100 1 1100 1100001 111101

Color Harmonies of #FC613C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC613C

Black with #FC613C

Text Example


Text Example

White with #FC613C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC613C; }

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

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

background-color css

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

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

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

border-color css

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

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

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