Html Css Color HEX #F84306 Orange Red

📋 copy color: '#F84306'

red 248 ◦ green 67 ◦ blue 6

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

Shades of Orange Red #F84306

Tints of Orange Red #F84306

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.87%

 BLUE value IS 6 (2.73% from 255) = 1.87%

R = 77.26%
G = 20.87%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F84306 (or 0xF84306) is known color: Orange Red. HEX triplet: F8, 43 and 06. RGB value is (248,67,6). Sum of RGB (Red+Green+Blue) = 248+67+6=321 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.26% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 6 (2.73% from 255 or 1.87% from 321); Max value from RGB is 248 - color contains mainly: red. Hex color #F84306 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84306 is #07BCF9. Grayscale: #727272. Windows color (decimal): -507130 or 410616. OLE color: 410616.

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

Color convert

RGB 248 67 6 -
CMYK 0 0.73 0.98 0.03
HSL 15.12º 0.95% 0.5% -
HSV(B) 15.12º 0.98% 0.97% -
XYZ 40.75 23.98 2.65 -
YUV 114.17 66.97 223.46 -
System Red Green Blue C M Y K H S L
Decimal 248 67 6 0 0.73 0.98 0.03 15.12 0.95 0.5
Hex F8 43 6 0 49 62 3 F 5F 32
Octal 370 103 6 0 111 142 3 17 137 62
Binary 11111000 1000011 110 0 1001001 1100010 11 1111 1011111 110010

Color Harmonies of #F84306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84306

Black with #F84306

Text Example


Text Example

White with #F84306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84306; }

 p { color: rgb(248,67,6); }

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

background-color css

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

 a { background-color: rgb(248,67,6); }

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

border-color css

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

 span { border-color: rgb(248,67,6); }

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