Html Css Color HEX #F83814 Orange Red

📋 copy color: '#F83814'

red 248 ◦ green 56 ◦ blue 20

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

Shades of Orange Red #F83814

Tints of Orange Red #F83814

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.28%

 BLUE value IS 20 (8.2% from 255) = 6.17%

R = 76.54%
G = 17.28%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F83814 (or 0xF83814) is known color: Orange Red. HEX triplet: F8, 38 and 14. RGB value is (248,56,20). Sum of RGB (Red+Green+Blue) = 248+56+20=324 (42% of max value = 765). Red value is 248 (97.27% from 255 or 76.54% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 20 (8.20% from 255 or 6.17% from 324); Max value from RGB is 248 - color contains mainly: red. Hex color #F83814 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83814 is #07C7EB. Grayscale: #6D6D6D. Windows color (decimal): -509932 or 1325304. OLE color: 1325304.

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

Color convert

RGB 248 56 20 -
CMYK 0 0.77 0.92 0.03
HSL 9.47º 0.94% 0.53% -
HSV(B) 9.47º 0.92% 0.97% -
XYZ 40.25 22.84 2.95 -
YUV 109.3 77.61 226.93 -
System Red Green Blue C M Y K H S L
Decimal 248 56 20 0 0.77 0.92 0.03 9.47 0.94 0.53
Hex F8 38 14 0 4D 5C 3 9 5E 35
Octal 370 70 24 0 115 134 3 11 136 65
Binary 11111000 111000 10100 0 1001101 1011100 11 1001 1011110 110101

Color Harmonies of #F83814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83814

Black with #F83814

Text Example


Text Example

White with #F83814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83814; }

 p { color: rgb(248,56,20); }

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

background-color css

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

 a { background-color: rgb(248,56,20); }

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

border-color css

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

 span { border-color: rgb(248,56,20); }

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