Html Css Color HEX #F05F32 Outrageous Orange

📋 copy color: '#F05F32'

red 240 ◦ green 95 ◦ blue 50

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

Shades of Outrageous Orange #F05F32

Tints of Outrageous Orange #F05F32

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.68%

 BLUE value IS 50 (19.92% from 255) = 12.99%

R = 62.34%
G = 24.68%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#F05F32 (or 0xF05F32) is known color: Outrageous Orange. HEX triplet: F0, 5F and 32. RGB value is (240,95,50). Sum of RGB (Red+Green+Blue) = 240+95+50=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 95 (37.5% from 255 or 24.68% from 385); Blue value is 50 (19.92% from 255 or 12.99% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F05F32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05F32 is #0FA0CD. Grayscale: #858585. Windows color (decimal): -1024206 or 3301360. OLE color: 3301360.

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

Color convert

RGB 240 95 50 -
CMYK 0 0.60 0.79 0.06
HSL 14.21º 0.86% 0.57% -
HSV(B) 14.21º 0.79% 0.94% -
XYZ 40.6 26.94 6.08 -
YUV 133.23 81.04 204.16 -
System Red Green Blue C M Y K H S L
Decimal 240 95 50 0 0.60 0.79 0.06 14.21 0.86 0.57
Hex F0 5F 32 0 3C 4F 6 E 56 39
Octal 360 137 62 0 74 117 6 16 126 71
Binary 11110000 1011111 110010 0 111100 1001111 110 1110 1010110 111001

Color Harmonies of #F05F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05F32

Black with #F05F32

Text Example


Text Example

White with #F05F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05F32; }

 p { color: rgb(240,95,50); }

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

background-color css

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

 a { background-color: rgb(240,95,50); }

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

border-color css

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

 span { border-color: rgb(240,95,50); }

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