Html Css Color HEX #F84105 Orange Red

📋 copy color: '#F84105'

red 248 ◦ green 65 ◦ blue 5

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

Shades of Orange Red #F84105

Tints of Orange Red #F84105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.57%

R = 77.99%
G = 20.44%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F84105 (or 0xF84105) is known color: Orange Red. HEX triplet: F8, 41 and 05. RGB value is (248,65,5). Sum of RGB (Red+Green+Blue) = 248+65+5=318 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.99% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 5 (2.34% from 255 or 1.57% from 318); Max value from RGB is 248 - color contains mainly: red. Hex color #F84105 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84105 is #07BEFA. Grayscale: #717171. Windows color (decimal): -507643 or 344568. OLE color: 344568.

HSL color Cylindrical-coordinate representation of color #F84105: hue angle of 14.81º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F84105 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 65 5 -
CMYK 0 0.74 0.98 0.03
HSL 14.81º 0.96% 0.5% -
HSV(B) 14.81º 0.98% 0.97% -
XYZ 40.63 23.75 2.59 -
YUV 112.88 67.13 224.38 -
System Red Green Blue C M Y K H S L
Decimal 248 65 5 0 0.74 0.98 0.03 14.81 0.96 0.5
Hex F8 41 5 0 4A 62 3 F 60 32
Octal 370 101 5 0 112 142 3 17 140 62
Binary 11111000 1000001 101 0 1001010 1100010 11 1111 1100000 110010

Color Harmonies of #F84105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84105

Black with #F84105

Text Example


Text Example

White with #F84105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84105; }

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

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

background-color css

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

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

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

border-color css

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

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

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