Html Css Color HEX #F45C2F Outrageous Orange

📋 copy color: '#F45C2F'

red 244 ◦ green 92 ◦ blue 47

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

Shades of Outrageous Orange #F45C2F

Tints of Outrageous Orange #F45C2F

RGB

 RED value IS 244 (95.7% from 255) = 63.71%

 GREEN value IS 92 (36.33% from 255) = 24.02%

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

R = 63.71%
G = 24.02%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F45C2F (or 0xF45C2F) is known color: Outrageous Orange. HEX triplet: F4, 5C and 2F. RGB value is (244,92,47). Sum of RGB (Red+Green+Blue) = 244+92+47=383 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.71% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 47 (18.75% from 255 or 12.27% from 383); Max value from RGB is 244 - color contains mainly: red. Hex color #F45C2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F45C2F is #0BA3D0. Grayscale: #848484. Windows color (decimal): -762833 or 3103988. OLE color: 3103988.

HSL color Cylindrical-coordinate representation of color #F45C2F: hue angle of 13.71º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F45C2F is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 92 47 -
CMYK 0 0.62 0.81 0.04
HSL 13.71º 0.9% 0.57% -
HSV(B) 13.71º 0.81% 0.96% -
XYZ 41.65 27.09 5.72 -
YUV 132.32 79.86 207.66 -
System Red Green Blue C M Y K H S L
Decimal 244 92 47 0 0.62 0.81 0.04 13.71 0.9 0.57
Hex F4 5C 2F 0 3E 51 4 E 5A 39
Octal 364 134 57 0 76 121 4 16 132 71
Binary 11110100 1011100 101111 0 111110 1010001 100 1110 1011010 111001

Color Harmonies of #F45C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45C2F

Black with #F45C2F

Text Example


Text Example

White with #F45C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45C2F; }

 p { color: rgb(244,92,47); }

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

background-color css

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

 a { background-color: rgb(244,92,47); }

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

border-color css

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

 span { border-color: rgb(244,92,47); }

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