Html Css Color HEX #F8380F Orange Red

📋 copy color: '#F8380F'

red 248 ◦ green 56 ◦ blue 15

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

Shades of Orange Red #F8380F

Tints of Orange Red #F8380F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.7%

R = 77.74%
G = 17.55%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F8380F (or 0xF8380F) is known color: Orange Red. HEX triplet: F8, 38 and 0F. RGB value is (248,56,15). Sum of RGB (Red+Green+Blue) = 248+56+15=319 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.74% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 15 (6.25% from 255 or 4.70% from 319); Max value from RGB is 248 - color contains mainly: red. Hex color #F8380F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8380F is #07C7F0. Grayscale: #6D6D6D. Windows color (decimal): -509937 or 997624. OLE color: 997624.

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

Color convert

RGB 248 56 15 -
CMYK 0 0.77 0.94 0.03
HSL 10.56º 0.94% 0.52% -
HSV(B) 10.56º 0.94% 0.97% -
XYZ 40.21 22.82 2.74 -
YUV 108.73 75.11 227.33 -
System Red Green Blue C M Y K H S L
Decimal 248 56 15 0 0.77 0.94 0.03 10.56 0.94 0.52
Hex F8 38 F 0 4D 5E 3 B 5E 34
Octal 370 70 17 0 115 136 3 13 136 64
Binary 11111000 111000 1111 0 1001101 1011110 11 1011 1011110 110100

Color Harmonies of #F8380F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8380F

Black with #F8380F

Text Example


Text Example

White with #F8380F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8380F; }

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

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

background-color css

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

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

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

border-color css

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

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

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