Html Css Color HEX #F83D1F Red Orange

📋 copy color: '#F83D1F'

red 248 ◦ green 61 ◦ blue 31

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

Shades of Red Orange #F83D1F

Tints of Red Orange #F83D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.12%

R = 72.94%
G = 17.94%
B = 9.12%

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

#F83D1F (or 0xF83D1F) is known color: Red Orange. HEX triplet: F8, 3D and 1F. RGB value is (248,61,31). Sum of RGB (Red+Green+Blue) = 248+61+31=340 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.94% from 340); Green value is 61 (24.22% from 255 or 17.94% from 340); Blue value is 31 (12.5% from 255 or 9.12% from 340); Max value from RGB is 248 - color contains mainly: red. Hex color #F83D1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83D1F is #07C2E0. Grayscale: #717171. Windows color (decimal): -508641 or 2047480. OLE color: 2047480.

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

Color convert

RGB 248 61 31 -
CMYK 0 0.75 0.88 0.03
HSL 8.29º 0.94% 0.55% -
HSV(B) 8.29º 0.88% 0.97% -
XYZ 40.63 23.39 3.67 -
YUV 113.49 81.45 223.94 -
System Red Green Blue C M Y K H S L
Decimal 248 61 31 0 0.75 0.88 0.03 8.29 0.94 0.55
Hex F8 3D 1F 0 4B 58 3 8 5E 37
Octal 370 75 37 0 113 130 3 10 136 67
Binary 11111000 111101 11111 0 1001011 1011000 11 1000 1011110 110111

Color Harmonies of #F83D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83D1F

Black with #F83D1F

Text Example


Text Example

White with #F83D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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