Html Css Color HEX #F84500 Orange Red

📋 copy color: '#F84500'

red 248 ◦ green 69 ◦ blue 0

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

Shades of Orange Red #F84500

Tints of Orange Red #F84500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.77%

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

R = 78.23%
G = 21.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F84500 (or 0xF84500) is known color: Orange Red. HEX triplet: F8, 45 and 00. RGB value is (248,69,0). Sum of RGB (Red+Green+Blue) = 248+69+0=317 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.23% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 248 - color contains mainly: red. Hex color #F84500 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84500 is #07BAFF. Grayscale: #737373. Windows color (decimal): -506624 or 17912. OLE color: 17912.

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

Color convert

RGB 248 69 0 -
CMYK 0 0.72 1 0.03
HSL 16.69º 1% 0.49% -
HSV(B) 16.69º 1% 0.97% -
XYZ 40.84 24.21 2.52 -
YUV 114.66 63.3 223.11 -
System Red Green Blue C M Y K H S L
Decimal 248 69 0 0 0.72 1 0.03 16.69 1 0.49
Hex F8 45 0 0 48 64 3 11 64 31
Octal 370 105 0 0 110 144 3 21 144 61
Binary 11111000 1000101 0 0 1001000 1100100 11 10001 1100100 110001

Color Harmonies of #F84500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84500

Black with #F84500

Text Example


Text Example

White with #F84500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84500; }

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

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

background-color css

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

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

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

border-color css

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

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

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