Html Css Color HEX #F05F3A Outrageous Orange

📋 copy color: '#F05F3A'

red 240 ◦ green 95 ◦ blue 58

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

Shades of Outrageous Orange #F05F3A

Tints of Outrageous Orange #F05F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.76%

R = 61.07%
G = 24.17%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#F05F3A (or 0xF05F3A) is known color: Outrageous Orange. HEX triplet: F0, 5F and 3A. RGB value is (240,95,58). Sum of RGB (Red+Green+Blue) = 240+95+58=393 (52% of max value = 765). Red value is 240 (94.14% from 255 or 61.07% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 58 (23.05% from 255 or 14.76% from 393); Max value from RGB is 240 - color contains mainly: red. Hex color #F05F3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05F3A is #0FA0C5. Grayscale: #868686. Windows color (decimal): -1024198 or 3825648. OLE color: 3825648.

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

Color convert

RGB 240 95 58 -
CMYK 0 0.60 0.76 0.06
HSL 12.2º 0.86% 0.58% -
HSV(B) 12.2º 0.76% 0.94% -
XYZ 40.79 27.02 7.07 -
YUV 134.14 85.04 203.51 -
System Red Green Blue C M Y K H S L
Decimal 240 95 58 0 0.60 0.76 0.06 12.2 0.86 0.58
Hex F0 5F 3A 0 3C 4C 6 C 56 3A
Octal 360 137 72 0 74 114 6 14 126 72
Binary 11110000 1011111 111010 0 111100 1001100 110 1100 1010110 111010

Color Harmonies of #F05F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05F3A

Black with #F05F3A

Text Example


Text Example

White with #F05F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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