Html Css Color HEX #F83426 Red Orange

📋 copy color: '#F83426'

red 248 ◦ green 52 ◦ blue 38

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

Shades of Red Orange #F83426

Tints of Red Orange #F83426

RGB

 RED value IS 248 (97.27% from 255) = 73.37%

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

 BLUE value IS 38 (15.23% from 255) = 11.24%

R = 73.37%
G = 15.38%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#F83426 (or 0xF83426) is known color: Red Orange. HEX triplet: F8, 34 and 26. RGB value is (248,52,38). Sum of RGB (Red+Green+Blue) = 248+52+38=338 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.37% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 38 (15.23% from 255 or 11.24% from 338); Max value from RGB is 248 - color contains mainly: red. Hex color #F83426 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83426 is #07CBD9. Grayscale: #6D6D6D. Windows color (decimal): -510938 or 2503928. OLE color: 2503928.

HSL color Cylindrical-coordinate representation of color #F83426: hue angle of 4º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F83426 is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 52 38 -
CMYK 0 0.79 0.85 0.03
HSL 0.94% 0.56% -
HSV(B) 0.85% 0.97% -
XYZ 40.29 22.55 4.06 -
YUV 109.01 87.93 227.14 -
System Red Green Blue C M Y K H S L
Decimal 248 52 38 0 0.79 0.85 0.03 4 0.94 0.56
Hex F8 34 26 0 4F 55 3 4 5E 38
Octal 370 64 46 0 117 125 3 4 136 70
Binary 11111000 110100 100110 0 1001111 1010101 11 100 1011110 111000

Color Harmonies of #F83426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83426

Black with #F83426

Text Example


Text Example

White with #F83426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83426; }

 p { color: rgb(248,52,38); }

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

background-color css

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

 a { background-color: rgb(248,52,38); }

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

border-color css

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

 span { border-color: rgb(248,52,38); }

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