Html Css Color HEX #FC613B Outrageous Orange

📋 copy color: '#FC613B'

red 252 ◦ green 97 ◦ blue 59

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

Shades of Outrageous Orange #FC613B

Tints of Outrageous Orange #FC613B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.46%

R = 61.76%
G = 23.77%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC613B (or 0xFC613B) is known color: Outrageous Orange. HEX triplet: FC, 61 and 3B. RGB value is (252,97,59). Sum of RGB (Red+Green+Blue) = 252+97+59=408 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.76% from 408); Green value is 97 (38.28% from 255 or 23.77% from 408); Blue value is 59 (23.44% from 255 or 14.46% from 408); Max value from RGB is 252 - color contains mainly: red. Hex color #FC613B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC613B is #039EC4. Grayscale: #8B8B8B. Windows color (decimal): -237253 or 3891708. OLE color: 3891708.

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

Color convert

RGB 252 97 59 -
CMYK 0 0.62 0.77 0.01
HSL 11.81º 0.97% 0.61% -
HSV(B) 11.81º 0.77% 0.99% -
XYZ 45.21 29.56 7.46 -
YUV 139.01 82.85 208.59 -
System Red Green Blue C M Y K H S L
Decimal 252 97 59 0 0.62 0.77 0.01 11.81 0.97 0.61
Hex FC 61 3B 0 3E 4D 1 C 61 3D
Octal 374 141 73 0 76 115 1 14 141 75
Binary 11111100 1100001 111011 0 111110 1001101 1 1100 1100001 111101

Color Harmonies of #FC613B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC613B

Black with #FC613B

Text Example


Text Example

White with #FC613B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC613B; }

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

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

background-color css

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

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

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

border-color css

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

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

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