Html Css Color HEX #F0352A Red Orange

📋 copy color: '#F0352A'

red 240 ◦ green 53 ◦ blue 42

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

Shades of Red Orange #F0352A

Tints of Red Orange #F0352A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.82%

 BLUE value IS 42 (16.8% from 255) = 12.54%

R = 71.64%
G = 15.82%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0352A (or 0xF0352A) is known color: Red Orange. HEX triplet: F0, 35 and 2A. RGB value is (240,53,42). Sum of RGB (Red+Green+Blue) = 240+53+42=335 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.64% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 42 (16.80% from 255 or 12.54% from 335); Max value from RGB is 240 - color contains mainly: red. Hex color #F0352A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0352A is #0FCAD5. Grayscale: #6B6B6B. Windows color (decimal): -1034966 or 2766320. OLE color: 2766320.

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

Color convert

RGB 240 53 42 -
CMYK 0 0.78 0.82 0.06
HSL 3.33º 0.87% 0.55% -
HSV(B) 3.33º 0.83% 0.94% -
XYZ 37.63 21.24 4.31 -
YUV 107.66 90.95 222.39 -
System Red Green Blue C M Y K H S L
Decimal 240 53 42 0 0.78 0.82 0.06 3.33 0.87 0.55
Hex F0 35 2A 0 4E 52 6 3 57 37
Octal 360 65 52 0 116 122 6 3 127 67
Binary 11110000 110101 101010 0 1001110 1010010 110 11 1010111 110111

Color Harmonies of #F0352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0352A

Black with #F0352A

Text Example


Text Example

White with #F0352A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0352A; }

 p { color: rgb(240,53,42); }

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

background-color css

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

 a { background-color: rgb(240,53,42); }

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

border-color css

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

 span { border-color: rgb(240,53,42); }

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