Html Css Color HEX #F83429 Red Orange

📋 copy color: '#F83429'

red 248 ◦ green 52 ◦ blue 41

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

Shades of Red Orange #F83429

Tints of Red Orange #F83429

RGB

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

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

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

R = 72.73%
G = 15.25%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F83429 (or 0xF83429) is known color: Red Orange. HEX triplet: F8, 34 and 29. RGB value is (248,52,41). Sum of RGB (Red+Green+Blue) = 248+52+41=341 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.73% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 41 (16.41% from 255 or 12.02% from 341); Max value from RGB is 248 - color contains mainly: red. Hex color #F83429 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83429 is #07CBD6. Grayscale: #6D6D6D. Windows color (decimal): -510935 or 2700536. OLE color: 2700536.

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

Color convert

RGB 248 52 41 -
CMYK 0 0.79 0.83 0.03
HSL 3.19º 0.94% 0.57% -
HSV(B) 3.19º 0.83% 0.97% -
XYZ 40.34 22.57 4.33 -
YUV 109.35 89.43 226.89 -
System Red Green Blue C M Y K H S L
Decimal 248 52 41 0 0.79 0.83 0.03 3.19 0.94 0.57
Hex F8 34 29 0 4F 53 3 3 5E 39
Octal 370 64 51 0 117 123 3 3 136 71
Binary 11111000 110100 101001 0 1001111 1010011 11 11 1011110 111001

Color Harmonies of #F83429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83429

Black with #F83429

Text Example


Text Example

White with #F83429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83429; }

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

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

background-color css

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

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

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

border-color css

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

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

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