Html Css Color HEX #F05935 Outrageous Orange

📋 copy color: '#F05935'

red 240 ◦ green 89 ◦ blue 53

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

Shades of Outrageous Orange #F05935

Tints of Outrageous Orange #F05935

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.3%

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

R = 62.83%
G = 23.3%
B = 13.87%

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

#F05935 (or 0xF05935) is known color: Outrageous Orange. HEX triplet: F0, 59 and 35. RGB value is (240,89,53). Sum of RGB (Red+Green+Blue) = 240+89+53=382 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.83% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 53 (21.09% from 255 or 13.87% from 382); Max value from RGB is 240 - color contains mainly: red. Hex color #F05935 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05935 is #0FA6CA. Grayscale: #828282. Windows color (decimal): -1025739 or 3496432. OLE color: 3496432.

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

Color convert

RGB 240 89 53 -
CMYK 0 0.63 0.78 0.06
HSL 11.55º 0.86% 0.57% -
HSV(B) 11.55º 0.78% 0.94% -
XYZ 40.15 25.93 6.26 -
YUV 130.05 84.53 206.43 -
System Red Green Blue C M Y K H S L
Decimal 240 89 53 0 0.63 0.78 0.06 11.55 0.86 0.57
Hex F0 59 35 0 3F 4E 6 C 56 39
Octal 360 131 65 0 77 116 6 14 126 71
Binary 11110000 1011001 110101 0 111111 1001110 110 1100 1010110 111001

Color Harmonies of #F05935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05935

Black with #F05935

Text Example


Text Example

White with #F05935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05935; }

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

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

background-color css

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

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

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

border-color css

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

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

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