Html Css Color HEX #F05C24 Outrageous Orange

📋 copy color: '#F05C24'

red 240 ◦ green 92 ◦ blue 36

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

Shades of Outrageous Orange #F05C24

Tints of Outrageous Orange #F05C24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.78%

R = 65.22%
G = 25%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F05C24 (or 0xF05C24) is known color: Outrageous Orange. HEX triplet: F0, 5C and 24. RGB value is (240,92,36). Sum of RGB (Red+Green+Blue) = 240+92+36=368 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.22% from 368); Green value is 92 (36.33% from 255 or 25% from 368); Blue value is 36 (14.45% from 255 or 9.78% from 368); Max value from RGB is 240 - color contains mainly: red. Hex color #F05C24 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05C24 is #0FA3DB. Grayscale: #828282. Windows color (decimal): -1024988 or 2383088. OLE color: 2383088.

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

Color convert

RGB 240 92 36 -
CMYK 0 0.62 0.85 0.06
HSL 16.47º 0.87% 0.54% -
HSV(B) 16.47º 0.85% 0.94% -
XYZ 40.08 26.31 4.63 -
YUV 129.87 75.03 206.55 -
System Red Green Blue C M Y K H S L
Decimal 240 92 36 0 0.62 0.85 0.06 16.47 0.87 0.54
Hex F0 5C 24 0 3E 55 6 10 57 36
Octal 360 134 44 0 76 125 6 20 127 66
Binary 11110000 1011100 100100 0 111110 1010101 110 10000 1010111 110110

Color Harmonies of #F05C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05C24

Black with #F05C24

Text Example


Text Example

White with #F05C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05C24; }

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

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

background-color css

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

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

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

border-color css

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

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

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