Html Css Color HEX #F05934 Outrageous Orange

📋 copy color: '#F05934'

red 240 ◦ green 89 ◦ blue 52

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

Shades of Outrageous Orange #F05934

Tints of Outrageous Orange #F05934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.65%

R = 62.99%
G = 23.36%
B = 13.65%

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

#F05934 (or 0xF05934) is known color: Outrageous Orange. HEX triplet: F0, 59 and 34. RGB value is (240,89,52). Sum of RGB (Red+Green+Blue) = 240+89+52=381 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.99% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 52 (20.70% from 255 or 13.65% from 381); Max value from RGB is 240 - color contains mainly: red. Hex color #F05934 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05934 is #0FA6CB. Grayscale: #828282. Windows color (decimal): -1025740 or 3430896. OLE color: 3430896.

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

Color convert

RGB 240 89 52 -
CMYK 0 0.63 0.78 0.06
HSL 11.81º 0.86% 0.57% -
HSV(B) 11.81º 0.78% 0.94% -
XYZ 40.13 25.92 6.14 -
YUV 129.93 84.03 206.51 -
System Red Green Blue C M Y K H S L
Decimal 240 89 52 0 0.63 0.78 0.06 11.81 0.86 0.57
Hex F0 59 34 0 3F 4E 6 C 56 39
Octal 360 131 64 0 77 116 6 14 126 71
Binary 11110000 1011001 110100 0 111111 1001110 110 1100 1010110 111001

Color Harmonies of #F05934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05934

Black with #F05934

Text Example


Text Example

White with #F05934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05934; }

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

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

background-color css

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

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

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

border-color css

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

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

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