Html Css Color HEX #F05C3D Outrageous Orange

📋 copy color: '#F05C3D'

red 240 ◦ green 92 ◦ blue 61

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

Shades of Outrageous Orange #F05C3D

Tints of Outrageous Orange #F05C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.52%

R = 61.07%
G = 23.41%
B = 15.52%

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

#F05C3D (or 0xF05C3D) is known color: Outrageous Orange. HEX triplet: F0, 5C and 3D. RGB value is (240,92,61). Sum of RGB (Red+Green+Blue) = 240+92+61=393 (52% of max value = 765). Red value is 240 (94.14% from 255 or 61.07% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 61 (24.22% from 255 or 15.52% from 393); Max value from RGB is 240 - color contains mainly: red. Hex color #F05C3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05C3D is #0FA3C2. Grayscale: #848484. Windows color (decimal): -1024963 or 4021488. OLE color: 4021488.

HSL color Cylindrical-coordinate representation of color #F05C3D: hue angle of 10.39º 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 #F05C3D is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 92 61 -
CMYK 0 0.62 0.75 0.06
HSL 10.39º 0.86% 0.59% -
HSV(B) 10.39º 0.75% 0.94% -
XYZ 40.6 26.52 7.39 -
YUV 132.72 87.53 204.52 -
System Red Green Blue C M Y K H S L
Decimal 240 92 61 0 0.62 0.75 0.06 10.39 0.86 0.59
Hex F0 5C 3D 0 3E 4B 6 A 56 3B
Octal 360 134 75 0 76 113 6 12 126 73
Binary 11110000 1011100 111101 0 111110 1001011 110 1010 1010110 111011

Color Harmonies of #F05C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05C3D

Black with #F05C3D

Text Example


Text Example

White with #F05C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05C3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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