Html Css Color HEX #F62828 Red Orange

📋 copy color: '#F62828'

red 246 ◦ green 40 ◦ blue 40

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

Shades of Red Orange #F62828

Tints of Red Orange #F62828

RGB

 RED value IS 246 (96.48% from 255) = 75.46%

 GREEN value IS 40 (16.02% from 255) = 12.27%

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

R = 75.46%
G = 12.27%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F62828 (or 0xF62828) is known color: Red Orange. HEX triplet: F6, 28 and 28. RGB value is (246,40,40). Sum of RGB (Red+Green+Blue) = 246+40+40=326 (43% of max value = 765). Red value is 246 (96.48% from 255 or 75.46% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 40 (16.02% from 255 or 12.27% from 326); Max value from RGB is 246 - color contains mainly: red. Hex color #F62828 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62828 is #09D7D7. Grayscale: #656565. Windows color (decimal): -645080 or 2631926. OLE color: 2631926.

HSL color Cylindrical-coordinate representation of color #F62828: hue angle of 0º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F62828 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 40 40 -
CMYK 0 0.84 0.84 0.04
HSL 0.92% 0.56% -
HSV(B) 0.84% 0.96% -
XYZ 39.15 21.26 4.05 -
YUV 101.59 93.25 231 -
System Red Green Blue C M Y K H S L
Decimal 246 40 40 0 0.84 0.84 0.04 0 0.92 0.56
Hex F6 28 28 0 54 54 4 0 5C 38
Octal 366 50 50 0 124 124 4 0 134 70
Binary 11110110 101000 101000 0 1010100 1010100 100 0 1011100 111000

Color Harmonies of #F62828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62828

Black with #F62828

Text Example


Text Example

White with #F62828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62828; }

 p { color: rgb(246,40,40); }

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

background-color css

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

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

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

border-color css

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

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

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