Html Css Color HEX #F83D10 Orange Red

📋 copy color: '#F83D10'

red 248 ◦ green 61 ◦ blue 16

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

Shades of Orange Red #F83D10

Tints of Orange Red #F83D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.92%

R = 76.31%
G = 18.77%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F83D10 (or 0xF83D10) is known color: Orange Red. HEX triplet: F8, 3D and 10. RGB value is (248,61,16). Sum of RGB (Red+Green+Blue) = 248+61+16=325 (43% of max value = 765). Red value is 248 (97.27% from 255 or 76.31% from 325); Green value is 61 (24.22% from 255 or 18.77% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 248 - color contains mainly: red. Hex color #F83D10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83D10 is #07C2EF. Grayscale: #707070. Windows color (decimal): -508656 or 1064440. OLE color: 1064440.

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

Color convert

RGB 248 61 16 -
CMYK 0 0.75 0.94 0.03
HSL 11.64º 0.94% 0.52% -
HSV(B) 11.64º 0.94% 0.97% -
XYZ 40.47 23.33 2.86 -
YUV 111.78 73.95 225.16 -
System Red Green Blue C M Y K H S L
Decimal 248 61 16 0 0.75 0.94 0.03 11.64 0.94 0.52
Hex F8 3D 10 0 4B 5E 3 C 5E 34
Octal 370 75 20 0 113 136 3 14 136 64
Binary 11111000 111101 10000 0 1001011 1011110 11 1100 1011110 110100

Color Harmonies of #F83D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83D10

Black with #F83D10

Text Example


Text Example

White with #F83D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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