Html Css Color HEX #F83029 Red Orange

📋 copy color: '#F83029'

red 248 ◦ green 48 ◦ blue 41

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

Shades of Red Orange #F83029

Tints of Red Orange #F83029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.17%

R = 73.59%
G = 14.24%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F83029 (or 0xF83029) is known color: Red Orange. HEX triplet: F8, 30 and 29. RGB value is (248,48,41). Sum of RGB (Red+Green+Blue) = 248+48+41=337 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.59% from 337); Green value is 48 (19.14% from 255 or 14.24% from 337); Blue value is 41 (16.41% from 255 or 12.17% from 337); Max value from RGB is 248 - color contains mainly: red. Hex color #F83029 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83029 is #07CFD6. Grayscale: #6B6B6B. Windows color (decimal): -511959 or 2699512. OLE color: 2699512.

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

Color convert

RGB 248 48 41 -
CMYK 0 0.81 0.83 0.03
HSL 2.03º 0.94% 0.57% -
HSV(B) 2.03º 0.83% 0.97% -
XYZ 40.17 22.23 4.27 -
YUV 107 90.76 228.57 -
System Red Green Blue C M Y K H S L
Decimal 248 48 41 0 0.81 0.83 0.03 2.03 0.94 0.57
Hex F8 30 29 0 51 53 3 2 5E 39
Octal 370 60 51 0 121 123 3 2 136 71
Binary 11111000 110000 101001 0 1010001 1010011 11 10 1011110 111001

Color Harmonies of #F83029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83029

Black with #F83029

Text Example


Text Example

White with #F83029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83029; }

 p { color: rgb(248,48,41); }

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

background-color css

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

 a { background-color: rgb(248,48,41); }

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

border-color css

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

 span { border-color: rgb(248,48,41); }

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