Html Css Color HEX #F05933 Outrageous Orange

📋 copy color: '#F05933'

red 240 ◦ green 89 ◦ blue 51

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

Shades of Outrageous Orange #F05933

Tints of Outrageous Orange #F05933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.42%

R = 63.16%
G = 23.42%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#F05933 (or 0xF05933) is known color: Outrageous Orange. HEX triplet: F0, 59 and 33. RGB value is (240,89,51). Sum of RGB (Red+Green+Blue) = 240+89+51=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 51 (20.31% from 255 or 13.42% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F05933 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05933 is #0FA6CC. Grayscale: #828282. Windows color (decimal): -1025741 or 3365360. OLE color: 3365360.

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

Color convert

RGB 240 89 51 -
CMYK 0 0.63 0.79 0.06
HSL 12.06º 0.86% 0.57% -
HSV(B) 12.06º 0.79% 0.94% -
XYZ 40.11 25.91 6.02 -
YUV 129.82 83.53 206.59 -
System Red Green Blue C M Y K H S L
Decimal 240 89 51 0 0.63 0.79 0.06 12.06 0.86 0.57
Hex F0 59 33 0 3F 4F 6 C 56 39
Octal 360 131 63 0 77 117 6 14 126 71
Binary 11110000 1011001 110011 0 111111 1001111 110 1100 1010110 111001

Color Harmonies of #F05933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05933

Black with #F05933

Text Example


Text Example

White with #F05933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05933; }

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

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

background-color css

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

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

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

border-color css

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

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

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