Html Css Color HEX #F84102 Orange Red

📋 copy color: '#F84102'

red 248 ◦ green 65 ◦ blue 2

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

Shades of Orange Red #F84102

Tints of Orange Red #F84102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 78.73%
G = 20.63%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F84102 (or 0xF84102) is known color: Orange Red. HEX triplet: F8, 41 and 02. RGB value is (248,65,2). Sum of RGB (Red+Green+Blue) = 248+65+2=315 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.73% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 248 - color contains mainly: red. Hex color #F84102 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84102 is #07BEFD. Grayscale: #707070. Windows color (decimal): -507646 or 147960. OLE color: 147960.

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

Color convert

RGB 248 65 2 -
CMYK 0 0.74 0.99 0.03
HSL 15.37º 0.98% 0.49% -
HSV(B) 15.37º 0.99% 0.97% -
XYZ 40.61 23.74 2.5 -
YUV 112.54 65.63 224.62 -
System Red Green Blue C M Y K H S L
Decimal 248 65 2 0 0.74 0.99 0.03 15.37 0.98 0.49
Hex F8 41 2 0 4A 63 3 F 62 31
Octal 370 101 2 0 112 143 3 17 142 61
Binary 11111000 1000001 10 0 1001010 1100011 11 1111 1100010 110001

Color Harmonies of #F84102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84102

Black with #F84102

Text Example


Text Example

White with #F84102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84102; }

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

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

background-color css

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

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

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

border-color css

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

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

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