Html Css Color HEX #F84400 Orange Red

📋 copy color: '#F84400'

red 248 ◦ green 68 ◦ blue 0

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

Shades of Orange Red #F84400

Tints of Orange Red #F84400

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.52%

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

R = 78.48%
G = 21.52%
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

#F84400 (or 0xF84400) is known color: Orange Red. HEX triplet: F8, 44 and 00. RGB value is (248,68,0). Sum of RGB (Red+Green+Blue) = 248+68+0=316 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.48% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 248 - color contains mainly: red. Hex color #F84400 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84400 is #07BBFF. Grayscale: #727272. Windows color (decimal): -506880 or 17656. OLE color: 17656.

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

Color convert

RGB 248 68 0 -
CMYK 0 0.73 1 0.03
HSL 16.45º 1% 0.49% -
HSV(B) 16.45º 1% 0.97% -
XYZ 40.78 24.09 2.5 -
YUV 114.07 63.63 223.53 -
System Red Green Blue C M Y K H S L
Decimal 248 68 0 0 0.73 1 0.03 16.45 1 0.49
Hex F8 44 0 0 49 64 3 10 64 31
Octal 370 104 0 0 111 144 3 20 144 61
Binary 11111000 1000100 0 0 1001001 1100100 11 10000 1100100 110001

Color Harmonies of #F84400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84400

Black with #F84400

Text Example


Text Example

White with #F84400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84400; }

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

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

background-color css

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

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

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

border-color css

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

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

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