Html Css Color HEX #F0302A Red Orange

📋 copy color: '#F0302A'

red 240 ◦ green 48 ◦ blue 42

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

Shades of Red Orange #F0302A

Tints of Red Orange #F0302A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.55%

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

R = 72.73%
G = 14.55%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0302A (or 0xF0302A) is known color: Red Orange. HEX triplet: F0, 30 and 2A. RGB value is (240,48,42). Sum of RGB (Red+Green+Blue) = 240+48+42=330 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.73% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 42 (16.80% from 255 or 12.73% from 330); Max value from RGB is 240 - color contains mainly: red. Hex color #F0302A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0302A is #0FCFD5. Grayscale: #686868. Windows color (decimal): -1036246 or 2765040. OLE color: 2765040.

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

Color convert

RGB 240 48 42 -
CMYK 0 0.8 0.82 0.06
HSL 1.82º 0.87% 0.55% -
HSV(B) 1.82º 0.83% 0.94% -
XYZ 37.41 20.81 4.23 -
YUV 104.72 92.61 224.49 -
System Red Green Blue C M Y K H S L
Decimal 240 48 42 0 0.8 0.82 0.06 1.82 0.87 0.55
Hex F0 30 2A 0 50 52 6 2 57 37
Octal 360 60 52 0 120 122 6 2 127 67
Binary 11110000 110000 101010 0 1010000 1010010 110 10 1010111 110111

Color Harmonies of #F0302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0302A

Black with #F0302A

Text Example


Text Example

White with #F0302A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0302A; }

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

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

background-color css

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

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

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

border-color css

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

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

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