Html Css Color HEX #F0322B Red Orange

📋 copy color: '#F0322B'

red 240 ◦ green 50 ◦ blue 43

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

Shades of Red Orange #F0322B

Tints of Red Orange #F0322B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.02%

 BLUE value IS 43 (17.19% from 255) = 12.91%

R = 72.07%
G = 15.02%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0322B (or 0xF0322B) is known color: Red Orange. HEX triplet: F0, 32 and 2B. RGB value is (240,50,43). Sum of RGB (Red+Green+Blue) = 240+50+43=333 (44% of max value = 765). Red value is 240 (94.14% from 255 or 72.07% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 43 (17.19% from 255 or 12.91% from 333); Max value from RGB is 240 - color contains mainly: red. Hex color #F0322B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0322B is #0FCDD4. Grayscale: #6A6A6A. Windows color (decimal): -1035733 or 2831088. OLE color: 2831088.

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

Color convert

RGB 240 50 43 -
CMYK 0 0.79 0.82 0.06
HSL 2.13º 0.87% 0.55% -
HSV(B) 2.13º 0.82% 0.94% -
XYZ 37.51 20.98 4.36 -
YUV 106.01 92.45 223.57 -
System Red Green Blue C M Y K H S L
Decimal 240 50 43 0 0.79 0.82 0.06 2.13 0.87 0.55
Hex F0 32 2B 0 4F 52 6 2 57 37
Octal 360 62 53 0 117 122 6 2 127 67
Binary 11110000 110010 101011 0 1001111 1010010 110 10 1010111 110111

Color Harmonies of #F0322B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0322B

Black with #F0322B

Text Example


Text Example

White with #F0322B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0322B; }

 p { color: rgb(240,50,43); }

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

background-color css

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

 a { background-color: rgb(240,50,43); }

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

border-color css

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

 span { border-color: rgb(240,50,43); }

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