Html Css Color HEX #F83D1E Red Orange

📋 copy color: '#F83D1E'

red 248 ◦ green 61 ◦ blue 30

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

Shades of Red Orange #F83D1E

Tints of Red Orange #F83D1E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.99%

 BLUE value IS 30 (12.11% from 255) = 8.85%

R = 73.16%
G = 17.99%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F83D1E (or 0xF83D1E) is known color: Red Orange. HEX triplet: F8, 3D and 1E. RGB value is (248,61,30). Sum of RGB (Red+Green+Blue) = 248+61+30=339 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.16% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 30 (12.11% from 255 or 8.85% from 339); Max value from RGB is 248 - color contains mainly: red. Hex color #F83D1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83D1E is #07C2E1. Grayscale: #717171. Windows color (decimal): -508642 or 1981944. OLE color: 1981944.

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

Color convert

RGB 248 61 30 -
CMYK 0 0.75 0.88 0.03
HSL 8.53º 0.94% 0.55% -
HSV(B) 8.53º 0.88% 0.97% -
XYZ 40.61 23.39 3.6 -
YUV 113.38 80.95 224.02 -
System Red Green Blue C M Y K H S L
Decimal 248 61 30 0 0.75 0.88 0.03 8.53 0.94 0.55
Hex F8 3D 1E 0 4B 58 3 9 5E 37
Octal 370 75 36 0 113 130 3 11 136 67
Binary 11111000 111101 11110 0 1001011 1011000 11 1001 1011110 110111

Color Harmonies of #F83D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83D1E

Black with #F83D1E

Text Example


Text Example

White with #F83D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83D1E; }

 p { color: rgb(248,61,30); }

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

background-color css

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

 a { background-color: rgb(248,61,30); }

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

border-color css

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

 span { border-color: rgb(248,61,30); }

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