Html Css Color HEX #F05333 Outrageous Orange

📋 copy color: '#F05333'

red 240 ◦ green 83 ◦ blue 51

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

Shades of Outrageous Orange #F05333

Tints of Outrageous Orange #F05333

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.19%

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

R = 64.17%
G = 22.19%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#F05333 (or 0xF05333) is known color: Outrageous Orange. HEX triplet: F0, 53 and 33. RGB value is (240,83,51). Sum of RGB (Red+Green+Blue) = 240+83+51=374 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.17% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 51 (20.31% from 255 or 13.64% from 374); Max value from RGB is 240 - color contains mainly: red. Hex color #F05333 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05333 is #0FACCC. Grayscale: #7E7E7E. Windows color (decimal): -1027277 or 3363824. OLE color: 3363824.

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

Color convert

RGB 240 83 51 -
CMYK 0 0.65 0.79 0.06
HSL 10.16º 0.86% 0.57% -
HSV(B) 10.16º 0.79% 0.94% -
XYZ 39.63 24.95 5.86 -
YUV 126.3 85.51 209.1 -
System Red Green Blue C M Y K H S L
Decimal 240 83 51 0 0.65 0.79 0.06 10.16 0.86 0.57
Hex F0 53 33 0 41 4F 6 A 56 39
Octal 360 123 63 0 101 117 6 12 126 71
Binary 11110000 1010011 110011 0 1000001 1001111 110 1010 1010110 111001

Color Harmonies of #F05333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05333

Black with #F05333

Text Example


Text Example

White with #F05333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05333; }

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

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

background-color css

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

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

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

border-color css

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

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

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