Html Css Color HEX #F05322 Outrageous Orange

📋 copy color: '#F05322'

red 240 ◦ green 83 ◦ blue 34

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

Shades of Outrageous Orange #F05322

Tints of Outrageous Orange #F05322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.52%

R = 67.23%
G = 23.25%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#F05322 (or 0xF05322) is known color: Outrageous Orange. HEX triplet: F0, 53 and 22. RGB value is (240,83,34). Sum of RGB (Red+Green+Blue) = 240+83+34=357 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.23% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 34 (13.67% from 255 or 9.52% from 357); Max value from RGB is 240 - color contains mainly: red. Hex color #F05322 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05322 is #0FACDD. Grayscale: #7C7C7C. Windows color (decimal): -1027294 or 2249712. OLE color: 2249712.

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

Color convert

RGB 240 83 34 -
CMYK 0 0.65 0.86 0.06
HSL 14.27º 0.87% 0.54% -
HSV(B) 14.27º 0.86% 0.94% -
XYZ 39.32 24.83 4.23 -
YUV 124.36 77.01 210.48 -
System Red Green Blue C M Y K H S L
Decimal 240 83 34 0 0.65 0.86 0.06 14.27 0.87 0.54
Hex F0 53 22 0 41 56 6 E 57 36
Octal 360 123 42 0 101 126 6 16 127 66
Binary 11110000 1010011 100010 0 1000001 1010110 110 1110 1010111 110110

Color Harmonies of #F05322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05322

Black with #F05322

Text Example


Text Example

White with #F05322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05322; }

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

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

background-color css

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

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

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

border-color css

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

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

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