Html Css Color HEX #F05B33 Outrageous Orange

📋 copy color: '#F05B33'

red 240 ◦ green 91 ◦ blue 51

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

Shades of Outrageous Orange #F05B33

Tints of Outrageous Orange #F05B33

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.82%

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

R = 62.83%
G = 23.82%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#F05B33 (or 0xF05B33) is known color: Outrageous Orange. HEX triplet: F0, 5B and 33. RGB value is (240,91,51). Sum of RGB (Red+Green+Blue) = 240+91+51=382 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.83% from 382); Green value is 91 (35.94% from 255 or 23.82% from 382); Blue value is 51 (20.31% from 255 or 13.35% from 382); Max value from RGB is 240 - color contains mainly: red. Hex color #F05B33 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05B33 is #0FA4CC. Grayscale: #838383. Windows color (decimal): -1025229 or 3365872. OLE color: 3365872.

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

Color convert

RGB 240 91 51 -
CMYK 0 0.62 0.79 0.06
HSL 12.7º 0.86% 0.57% -
HSV(B) 12.7º 0.79% 0.94% -
XYZ 40.27 26.25 6.08 -
YUV 130.99 82.86 205.75 -
System Red Green Blue C M Y K H S L
Decimal 240 91 51 0 0.62 0.79 0.06 12.7 0.86 0.57
Hex F0 5B 33 0 3E 4F 6 D 56 39
Octal 360 133 63 0 76 117 6 15 126 71
Binary 11110000 1011011 110011 0 111110 1001111 110 1101 1010110 111001

Color Harmonies of #F05B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05B33

Black with #F05B33

Text Example


Text Example

White with #F05B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05B33; }

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

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

background-color css

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

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

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

border-color css

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

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

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