Html Css Color HEX #F05F3E Outrageous Orange

📋 copy color: '#F05F3E'

red 240 ◦ green 95 ◦ blue 62

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

Shades of Outrageous Orange #F05F3E

Tints of Outrageous Orange #F05F3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.62%

R = 60.45%
G = 23.93%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#F05F3E (or 0xF05F3E) is known color: Outrageous Orange. HEX triplet: F0, 5F and 3E. RGB value is (240,95,62). Sum of RGB (Red+Green+Blue) = 240+95+62=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 62 (24.61% from 255 or 15.62% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F05F3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05F3E is #0FA0C1. Grayscale: #868686. Windows color (decimal): -1024194 or 4087792. OLE color: 4087792.

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

Color convert

RGB 240 95 62 -
CMYK 0 0.60 0.74 0.06
HSL 11.12º 0.86% 0.59% -
HSV(B) 11.12º 0.74% 0.94% -
XYZ 40.9 27.06 7.62 -
YUV 134.59 87.04 203.18 -
System Red Green Blue C M Y K H S L
Decimal 240 95 62 0 0.60 0.74 0.06 11.12 0.86 0.59
Hex F0 5F 3E 0 3C 4A 6 B 56 3B
Octal 360 137 76 0 74 112 6 13 126 73
Binary 11110000 1011111 111110 0 111100 1001010 110 1011 1010110 111011

Color Harmonies of #F05F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05F3E

Black with #F05F3E

Text Example


Text Example

White with #F05F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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