Html Css Color HEX #FC652E Outrageous Orange

📋 copy color: '#FC652E'

red 252 ◦ green 101 ◦ blue 46

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

Shades of Outrageous Orange #FC652E

Tints of Outrageous Orange #FC652E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.31%

 BLUE value IS 46 (18.36% from 255) = 11.53%

R = 63.16%
G = 25.31%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC652E (or 0xFC652E) is known color: Outrageous Orange. HEX triplet: FC, 65 and 2E. RGB value is (252,101,46). Sum of RGB (Red+Green+Blue) = 252+101+46=399 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.16% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 46 (18.36% from 255 or 11.53% from 399); Max value from RGB is 252 - color contains mainly: red. Hex color #FC652E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC652E is #039AD1. Grayscale: #8C8C8C. Windows color (decimal): -236242 or 3040764. OLE color: 3040764.

HSL color Cylindrical-coordinate representation of color #FC652E: hue angle of 16.02º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC652E is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 101 46 -
CMYK 0 0.60 0.82 0.01
HSL 16.02º 0.97% 0.58% -
HSV(B) 16.02º 0.82% 0.99% -
XYZ 45.29 30.2 6.03 -
YUV 139.88 75.03 207.97 -
System Red Green Blue C M Y K H S L
Decimal 252 101 46 0 0.60 0.82 0.01 16.02 0.97 0.58
Hex FC 65 2E 0 3C 52 1 10 61 3A
Octal 374 145 56 0 74 122 1 20 141 72
Binary 11111100 1100101 101110 0 111100 1010010 1 10000 1100001 111010

Color Harmonies of #FC652E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC652E

Black with #FC652E

Text Example


Text Example

White with #FC652E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC652E; }

 p { color: rgb(252,101,46); }

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

background-color css

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

 a { background-color: rgb(252,101,46); }

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

border-color css

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

 span { border-color: rgb(252,101,46); }

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