Html Css Color HEX #F05C3C Outrageous Orange

📋 copy color: '#F05C3C'

red 240 ◦ green 92 ◦ blue 60

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

Shades of Outrageous Orange #F05C3C

Tints of Outrageous Orange #F05C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.31%

R = 61.22%
G = 23.47%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F05C3C (or 0xF05C3C) is known color: Outrageous Orange. HEX triplet: F0, 5C and 3C. RGB value is (240,92,60). Sum of RGB (Red+Green+Blue) = 240+92+60=392 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.22% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 60 (23.83% from 255 or 15.31% from 392); Max value from RGB is 240 - color contains mainly: red. Hex color #F05C3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05C3C is #0FA3C3. Grayscale: #848484. Windows color (decimal): -1024964 or 3955952. OLE color: 3955952.

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

Color convert

RGB 240 92 60 -
CMYK 0 0.62 0.75 0.06
HSL 10.67º 0.86% 0.59% -
HSV(B) 10.67º 0.75% 0.94% -
XYZ 40.58 26.51 7.25 -
YUV 132.6 87.03 204.6 -
System Red Green Blue C M Y K H S L
Decimal 240 92 60 0 0.62 0.75 0.06 10.67 0.86 0.59
Hex F0 5C 3C 0 3E 4B 6 B 56 3B
Octal 360 134 74 0 76 113 6 13 126 73
Binary 11110000 1011100 111100 0 111110 1001011 110 1011 1010110 111011

Color Harmonies of #F05C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05C3C

Black with #F05C3C

Text Example


Text Example

White with #F05C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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