Html Css Color HEX #F63428 Red Orange

📋 copy color: '#F63428'

red 246 ◦ green 52 ◦ blue 40

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

Shades of Red Orange #F63428

Tints of Red Orange #F63428

RGB

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

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

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

R = 72.78%
G = 15.38%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F63428 (or 0xF63428) is known color: Red Orange. HEX triplet: F6, 34 and 28. RGB value is (246,52,40). Sum of RGB (Red+Green+Blue) = 246+52+40=338 (44% of max value = 765). Red value is 246 (96.48% from 255 or 72.78% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 40 (16.02% from 255 or 11.83% from 338); Max value from RGB is 246 - color contains mainly: red. Hex color #F63428 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63428 is #09CBD7. Grayscale: #6C6C6C. Windows color (decimal): -642008 or 2634998. OLE color: 2634998.

HSL color Cylindrical-coordinate representation of color #F63428: hue angle of 3.5º 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 #F63428 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 52 40 -
CMYK 0 0.79 0.84 0.04
HSL 3.5º 0.92% 0.56% -
HSV(B) 3.5º 0.84% 0.96% -
XYZ 39.62 22.2 4.2 -
YUV 108.64 89.27 225.98 -
System Red Green Blue C M Y K H S L
Decimal 246 52 40 0 0.79 0.84 0.04 3.5 0.92 0.56
Hex F6 34 28 0 4F 54 4 3 5C 38
Octal 366 64 50 0 117 124 4 3 134 70
Binary 11110110 110100 101000 0 1001111 1010100 100 11 1011100 111000

Color Harmonies of #F63428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63428

Black with #F63428

Text Example


Text Example

White with #F63428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63428; }

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

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

background-color css

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

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

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

border-color css

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

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

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