Html Css Color HEX #F84300 Orange Red

📋 copy color: '#F84300'

red 248 ◦ green 67 ◦ blue 0

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

Shades of Orange Red #F84300

Tints of Orange Red #F84300

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.27%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.73%
G = 21.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F84300 (or 0xF84300) is known color: Orange Red. HEX triplet: F8, 43 and 00. RGB value is (248,67,0). Sum of RGB (Red+Green+Blue) = 248+67+0=315 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.73% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 248 - color contains mainly: red. Hex color #F84300 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84300 is #07BCFF. Grayscale: #717171. Windows color (decimal): -507136 or 17400. OLE color: 17400.

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

Color convert

RGB 248 67 0 -
CMYK 0 0.73 1 0.03
HSL 16.21º 1% 0.49% -
HSV(B) 16.21º 1% 0.97% -
XYZ 40.72 23.97 2.48 -
YUV 113.48 63.97 223.95 -
System Red Green Blue C M Y K H S L
Decimal 248 67 0 0 0.73 1 0.03 16.21 1 0.49
Hex F8 43 0 0 49 64 3 10 64 31
Octal 370 103 0 0 111 144 3 20 144 61
Binary 11111000 1000011 0 0 1001001 1100100 11 10000 1100100 110001

Color Harmonies of #F84300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84300

Black with #F84300

Text Example


Text Example

White with #F84300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84300; }

 p { color: rgb(248,67,0); }

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

background-color css

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

 a { background-color: rgb(248,67,0); }

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

border-color css

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

 span { border-color: rgb(248,67,0); }

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