Html Css Color HEX #F05422 Outrageous Orange

📋 copy color: '#F05422'

red 240 ◦ green 84 ◦ blue 34

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

Shades of Outrageous Orange #F05422

Tints of Outrageous Orange #F05422

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.46%

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

R = 67.04%
G = 23.46%
B = 9.5%

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

#F05422 (or 0xF05422) is known color: Outrageous Orange. HEX triplet: F0, 54 and 22. RGB value is (240,84,34). Sum of RGB (Red+Green+Blue) = 240+84+34=358 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.04% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 34 (13.67% from 255 or 9.50% from 358); Max value from RGB is 240 - color contains mainly: red. Hex color #F05422 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05422 is #0FABDD. Grayscale: #7D7D7D. Windows color (decimal): -1027038 or 2249968. OLE color: 2249968.

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

Color convert

RGB 240 84 34 -
CMYK 0 0.65 0.86 0.06
HSL 14.56º 0.87% 0.54% -
HSV(B) 14.56º 0.86% 0.94% -
XYZ 39.39 24.98 4.26 -
YUV 124.94 76.68 210.07 -
System Red Green Blue C M Y K H S L
Decimal 240 84 34 0 0.65 0.86 0.06 14.56 0.87 0.54
Hex F0 54 22 0 41 56 6 F 57 36
Octal 360 124 42 0 101 126 6 17 127 66
Binary 11110000 1010100 100010 0 1000001 1010110 110 1111 1010111 110110

Color Harmonies of #F05422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05422

Black with #F05422

Text Example


Text Example

White with #F05422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05422; }

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

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

background-color css

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

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

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

border-color css

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

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

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