Html Css Color HEX #FC652F Outrageous Orange

📋 copy color: '#FC652F'

red 252 ◦ green 101 ◦ blue 47

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

Shades of Outrageous Orange #FC652F

Tints of Outrageous Orange #FC652F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.75%

R = 63%
G = 25.25%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC652F (or 0xFC652F) is known color: Outrageous Orange. HEX triplet: FC, 65 and 2F. RGB value is (252,101,47). Sum of RGB (Red+Green+Blue) = 252+101+47=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 47 (18.75% from 255 or 11.75% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC652F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC652F is #039AD0. Grayscale: #8C8C8C. Windows color (decimal): -236241 or 3106300. OLE color: 3106300.

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

Color convert

RGB 252 101 47 -
CMYK 0 0.60 0.81 0.01
HSL 15.8º 0.97% 0.59% -
HSV(B) 15.8º 0.81% 0.99% -
XYZ 45.31 30.21 6.13 -
YUV 139.99 75.53 207.89 -
System Red Green Blue C M Y K H S L
Decimal 252 101 47 0 0.60 0.81 0.01 15.8 0.97 0.59
Hex FC 65 2F 0 3C 51 1 10 61 3B
Octal 374 145 57 0 74 121 1 20 141 73
Binary 11111100 1100101 101111 0 111100 1010001 1 10000 1100001 111011

Color Harmonies of #FC652F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC652F

Black with #FC652F

Text Example


Text Example

White with #FC652F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC652F; }

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

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

background-color css

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

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

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

border-color css

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

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

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