Html Css Color HEX #F84100 Orange Red

📋 copy color: '#F84100'

red 248 ◦ green 65 ◦ blue 0

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

Shades of Orange Red #F84100

Tints of Orange Red #F84100

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.77%

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

R = 79.23%
G = 20.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F84100 (or 0xF84100) is known color: Orange Red. HEX triplet: F8, 41 and 00. RGB value is (248,65,0). Sum of RGB (Red+Green+Blue) = 248+65+0=313 (41% of max value = 765). Red value is 248 (97.27% from 255 or 79.23% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 248 - color contains mainly: red. Hex color #F84100 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84100 is #07BEFF. Grayscale: #707070. Windows color (decimal): -507648 or 16888. OLE color: 16888.

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

Color convert

RGB 248 65 0 -
CMYK 0 0.74 1 0.03
HSL 15.73º 1% 0.49% -
HSV(B) 15.73º 1% 0.97% -
XYZ 40.6 23.74 2.44 -
YUV 112.31 64.63 224.79 -
System Red Green Blue C M Y K H S L
Decimal 248 65 0 0 0.74 1 0.03 15.73 1 0.49
Hex F8 41 0 0 4A 64 3 10 64 31
Octal 370 101 0 0 112 144 3 20 144 61
Binary 11111000 1000001 0 0 1001010 1100100 11 10000 1100100 110001

Color Harmonies of #F84100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84100

Black with #F84100

Text Example


Text Example

White with #F84100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84100; }

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

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

background-color css

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

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

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

border-color css

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

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

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