Html Css Color HEX #F83D0A Orange Red

📋 copy color: '#F83D0A'

red 248 ◦ green 61 ◦ blue 10

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

Shades of Orange Red #F83D0A

Tints of Orange Red #F83D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.13%

R = 77.74%
G = 19.12%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F83D0A (or 0xF83D0A) is known color: Orange Red. HEX triplet: F8, 3D and 0A. RGB value is (248,61,10). Sum of RGB (Red+Green+Blue) = 248+61+10=319 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.74% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 10 (4.30% from 255 or 3.13% from 319); Max value from RGB is 248 - color contains mainly: red. Hex color #F83D0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83D0A is #07C2F5. Grayscale: #6F6F6F. Windows color (decimal): -508662 or 671224. OLE color: 671224.

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

Color convert

RGB 248 61 10 -
CMYK 0 0.75 0.96 0.03
HSL 12.86º 0.94% 0.51% -
HSV(B) 12.86º 0.96% 0.97% -
XYZ 40.43 23.32 2.66 -
YUV 111.1 70.95 225.65 -
System Red Green Blue C M Y K H S L
Decimal 248 61 10 0 0.75 0.96 0.03 12.86 0.94 0.51
Hex F8 3D A 0 4B 60 3 D 5E 33
Octal 370 75 12 0 113 140 3 15 136 63
Binary 11111000 111101 1010 0 1001011 1100000 11 1101 1011110 110011

Color Harmonies of #F83D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83D0A

Black with #F83D0A

Text Example


Text Example

White with #F83D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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