Html Css Color HEX #F83A1D Red Orange

📋 copy color: '#F83A1D'

red 248 ◦ green 58 ◦ blue 29

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

Shades of Red Orange #F83A1D

Tints of Red Orange #F83A1D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.31%

 BLUE value IS 29 (11.72% from 255) = 8.66%

R = 74.03%
G = 17.31%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F83A1D (or 0xF83A1D) is known color: Red Orange. HEX triplet: F8, 3A and 1D. RGB value is (248,58,29). Sum of RGB (Red+Green+Blue) = 248+58+29=335 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.03% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 29 (11.72% from 255 or 8.66% from 335); Max value from RGB is 248 - color contains mainly: red. Hex color #F83A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83A1D is #07C5E2. Grayscale: #6F6F6F. Windows color (decimal): -509411 or 1915640. OLE color: 1915640.

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

Color convert

RGB 248 58 29 -
CMYK 0 0.77 0.88 0.03
HSL 7.95º 0.94% 0.54% -
HSV(B) 7.95º 0.88% 0.97% -
XYZ 40.45 23.07 3.48 -
YUV 111.5 81.45 225.36 -
System Red Green Blue C M Y K H S L
Decimal 248 58 29 0 0.77 0.88 0.03 7.95 0.94 0.54
Hex F8 3A 1D 0 4D 58 3 8 5E 36
Octal 370 72 35 0 115 130 3 10 136 66
Binary 11111000 111010 11101 0 1001101 1011000 11 1000 1011110 110110

Color Harmonies of #F83A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83A1D

Black with #F83A1D

Text Example


Text Example

White with #F83A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83A1D; }

 p { color: rgb(248,58,29); }

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

background-color css

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

 a { background-color: rgb(248,58,29); }

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

border-color css

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

 span { border-color: rgb(248,58,29); }

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