Html Css Color HEX #F03422 Red Orange

📋 copy color: '#F03422'

red 240 ◦ green 52 ◦ blue 34

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

Shades of Red Orange #F03422

Tints of Red Orange #F03422

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.95%

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

R = 73.62%
G = 15.95%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#F03422 (or 0xF03422) is known color: Red Orange. HEX triplet: F0, 34 and 22. RGB value is (240,52,34). Sum of RGB (Red+Green+Blue) = 240+52+34=326 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.62% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 34 (13.67% from 255 or 10.43% from 326); Max value from RGB is 240 - color contains mainly: red. Hex color #F03422 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03422 is #0FCBDD. Grayscale: #6A6A6A. Windows color (decimal): -1035230 or 2241776. OLE color: 2241776.

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

Color convert

RGB 240 52 34 -
CMYK 0 0.78 0.86 0.06
HSL 5.24º 0.87% 0.54% -
HSV(B) 5.24º 0.86% 0.94% -
XYZ 37.45 21.1 3.61 -
YUV 106.16 87.28 223.46 -
System Red Green Blue C M Y K H S L
Decimal 240 52 34 0 0.78 0.86 0.06 5.24 0.87 0.54
Hex F0 34 22 0 4E 56 6 5 57 36
Octal 360 64 42 0 116 126 6 5 127 66
Binary 11110000 110100 100010 0 1001110 1010110 110 101 1010111 110110

Color Harmonies of #F03422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03422

Black with #F03422

Text Example


Text Example

White with #F03422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03422; }

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

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

background-color css

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

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

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

border-color css

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

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

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