Html Css Color HEX #F05835 Outrageous Orange

📋 copy color: '#F05835'

red 240 ◦ green 88 ◦ blue 53

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

Shades of Outrageous Orange #F05835

Tints of Outrageous Orange #F05835

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.1%

 BLUE value IS 53 (21.09% from 255) = 13.91%

R = 62.99%
G = 23.1%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F05835 (or 0xF05835) is known color: Outrageous Orange. HEX triplet: F0, 58 and 35. RGB value is (240,88,53). Sum of RGB (Red+Green+Blue) = 240+88+53=381 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.99% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 53 (21.09% from 255 or 13.91% from 381); Max value from RGB is 240 - color contains mainly: red. Hex color #F05835 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05835 is #0FA7CA. Grayscale: #818181. Windows color (decimal): -1025995 or 3496176. OLE color: 3496176.

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

Color convert

RGB 240 88 53 -
CMYK 0 0.63 0.78 0.06
HSL 11.23º 0.86% 0.57% -
HSV(B) 11.23º 0.78% 0.94% -
XYZ 40.07 25.76 6.23 -
YUV 129.46 84.86 206.85 -
System Red Green Blue C M Y K H S L
Decimal 240 88 53 0 0.63 0.78 0.06 11.23 0.86 0.57
Hex F0 58 35 0 3F 4E 6 B 56 39
Octal 360 130 65 0 77 116 6 13 126 71
Binary 11110000 1011000 110101 0 111111 1001110 110 1011 1010110 111001

Color Harmonies of #F05835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05835

Black with #F05835

Text Example


Text Example

White with #F05835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05835; }

 p { color: rgb(240,88,53); }

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

background-color css

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

 a { background-color: rgb(240,88,53); }

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

border-color css

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

 span { border-color: rgb(240,88,53); }

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