Html Css Color HEX #F03428 Red Orange

📋 copy color: '#F03428'

red 240 ◦ green 52 ◦ blue 40

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

Shades of Red Orange #F03428

Tints of Red Orange #F03428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.05%

R = 72.29%
G = 15.66%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F03428 (or 0xF03428) is known color: Red Orange. HEX triplet: F0, 34 and 28. RGB value is (240,52,40). Sum of RGB (Red+Green+Blue) = 240+52+40=332 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.29% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 40 (16.02% from 255 or 12.05% from 332); Max value from RGB is 240 - color contains mainly: red. Hex color #F03428 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03428 is #0FCBD7. Grayscale: #6B6B6B. Windows color (decimal): -1035224 or 2634992. OLE color: 2634992.

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

Color convert

RGB 240 52 40 -
CMYK 0 0.78 0.83 0.06
HSL 3.6º 0.87% 0.55% -
HSV(B) 3.6º 0.83% 0.94% -
XYZ 37.55 21.13 4.11 -
YUV 106.84 90.28 222.98 -
System Red Green Blue C M Y K H S L
Decimal 240 52 40 0 0.78 0.83 0.06 3.6 0.87 0.55
Hex F0 34 28 0 4E 53 6 4 57 37
Octal 360 64 50 0 116 123 6 4 127 67
Binary 11110000 110100 101000 0 1001110 1010011 110 100 1010111 110111

Color Harmonies of #F03428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03428

Black with #F03428

Text Example


Text Example

White with #F03428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03428; }

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

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

background-color css

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

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

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

border-color css

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

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

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