Html Css Color HEX #F05D33 Outrageous Orange

📋 copy color: '#F05D33'

red 240 ◦ green 93 ◦ blue 51

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

Shades of Outrageous Orange #F05D33

Tints of Outrageous Orange #F05D33

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.22%

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

R = 62.5%
G = 24.22%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#F05D33 (or 0xF05D33) is known color: Outrageous Orange. HEX triplet: F0, 5D and 33. RGB value is (240,93,51). Sum of RGB (Red+Green+Blue) = 240+93+51=384 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.5% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 51 (20.31% from 255 or 13.28% from 384); Max value from RGB is 240 - color contains mainly: red. Hex color #F05D33 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05D33 is #0FA2CC. Grayscale: #848484. Windows color (decimal): -1024717 or 3366384. OLE color: 3366384.

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

Color convert

RGB 240 93 51 -
CMYK 0 0.61 0.79 0.06
HSL 13.33º 0.86% 0.57% -
HSV(B) 13.33º 0.79% 0.94% -
XYZ 40.45 26.59 6.13 -
YUV 132.17 82.2 204.92 -
System Red Green Blue C M Y K H S L
Decimal 240 93 51 0 0.61 0.79 0.06 13.33 0.86 0.57
Hex F0 5D 33 0 3D 4F 6 D 56 39
Octal 360 135 63 0 75 117 6 15 126 71
Binary 11110000 1011101 110011 0 111101 1001111 110 1101 1010110 111001

Color Harmonies of #F05D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05D33

Black with #F05D33

Text Example


Text Example

White with #F05D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05D33; }

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

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

background-color css

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

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

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

border-color css

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

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

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