Html Css Color HEX #FC662F Outrageous Orange

📋 copy color: '#FC662F'

red 252 ◦ green 102 ◦ blue 47

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

Shades of Outrageous Orange #FC662F

Tints of Outrageous Orange #FC662F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.44%

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

R = 62.84%
G = 25.44%
B = 11.72%

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

#FC662F (or 0xFC662F) is known color: Outrageous Orange. HEX triplet: FC, 66 and 2F. RGB value is (252,102,47). Sum of RGB (Red+Green+Blue) = 252+102+47=401 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.84% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 47 (18.75% from 255 or 11.72% from 401); Max value from RGB is 252 - color contains mainly: red. Hex color #FC662F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC662F is #0399D0. Grayscale: #8C8C8C. Windows color (decimal): -235985 or 3106556. OLE color: 3106556.

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

Color convert

RGB 252 102 47 -
CMYK 0 0.60 0.81 0.01
HSL 16.1º 0.97% 0.59% -
HSV(B) 16.1º 0.81% 0.99% -
XYZ 45.41 30.4 6.16 -
YUV 140.58 75.2 207.47 -
System Red Green Blue C M Y K H S L
Decimal 252 102 47 0 0.60 0.81 0.01 16.1 0.97 0.59
Hex FC 66 2F 0 3C 51 1 10 61 3B
Octal 374 146 57 0 74 121 1 20 141 73
Binary 11111100 1100110 101111 0 111100 1010001 1 10000 1100001 111011

Color Harmonies of #FC662F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC662F

Black with #FC662F

Text Example


Text Example

White with #FC662F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC662F; }

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

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

background-color css

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

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

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

border-color css

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

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

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