Html Css Color HEX #F05C38 Outrageous Orange

📋 copy color: '#F05C38'

red 240 ◦ green 92 ◦ blue 56

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

Shades of Outrageous Orange #F05C38

Tints of Outrageous Orange #F05C38

RGB

 RED value IS 240 (94.14% from 255) = 61.86%

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

 BLUE value IS 56 (22.27% from 255) = 14.43%

R = 61.86%
G = 23.71%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#F05C38 (or 0xF05C38) is known color: Outrageous Orange. HEX triplet: F0, 5C and 38. RGB value is (240,92,56). Sum of RGB (Red+Green+Blue) = 240+92+56=388 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.86% from 388); Green value is 92 (36.33% from 255 or 23.71% from 388); Blue value is 56 (22.27% from 255 or 14.43% from 388); Max value from RGB is 240 - color contains mainly: red. Hex color #F05C38 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05C38 is #0FA3C7. Grayscale: #848484. Windows color (decimal): -1024968 or 3693808. OLE color: 3693808.

HSL color Cylindrical-coordinate representation of color #F05C38: hue angle of 11.74º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F05C38 is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 92 56 -
CMYK 0 0.62 0.77 0.06
HSL 11.74º 0.86% 0.58% -
HSV(B) 11.74º 0.77% 0.94% -
XYZ 40.48 26.47 6.72 -
YUV 132.15 85.03 204.93 -
System Red Green Blue C M Y K H S L
Decimal 240 92 56 0 0.62 0.77 0.06 11.74 0.86 0.58
Hex F0 5C 38 0 3E 4D 6 C 56 3A
Octal 360 134 70 0 76 115 6 14 126 72
Binary 11110000 1011100 111000 0 111110 1001101 110 1100 1010110 111010

Color Harmonies of #F05C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05C38

Black with #F05C38

Text Example


Text Example

White with #F05C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05C38; }

 p { color: rgb(240,92,56); }

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

background-color css

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

 a { background-color: rgb(240,92,56); }

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

border-color css

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

 span { border-color: rgb(240,92,56); }

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