Html Css Color HEX #F8341A Red Orange

📋 copy color: '#F8341A'

red 248 ◦ green 52 ◦ blue 26

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

Shades of Red Orange #F8341A

Tints of Red Orange #F8341A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.95%

 BLUE value IS 26 (10.55% from 255) = 7.98%

R = 76.07%
G = 15.95%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F8341A (or 0xF8341A) is known color: Red Orange. HEX triplet: F8, 34 and 1A. RGB value is (248,52,26). Sum of RGB (Red+Green+Blue) = 248+52+26=326 (43% of max value = 765). Red value is 248 (97.27% from 255 or 76.07% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 26 (10.55% from 255 or 7.98% from 326); Max value from RGB is 248 - color contains mainly: red. Hex color #F8341A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8341A is #07CBE5. Grayscale: #6B6B6B. Windows color (decimal): -510950 or 1717496. OLE color: 1717496.

HSL color Cylindrical-coordinate representation of color #F8341A: hue angle of 7.03º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F8341A is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 52 26 -
CMYK 0 0.79 0.90 0.03
HSL 7.03º 0.94% 0.54% -
HSV(B) 7.03º 0.9% 0.97% -
XYZ 40.13 22.49 3.2 -
YUV 107.64 81.93 228.11 -
System Red Green Blue C M Y K H S L
Decimal 248 52 26 0 0.79 0.90 0.03 7.03 0.94 0.54
Hex F8 34 1A 0 4F 5A 3 7 5E 36
Octal 370 64 32 0 117 132 3 7 136 66
Binary 11111000 110100 11010 0 1001111 1011010 11 111 1011110 110110

Color Harmonies of #F8341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8341A

Black with #F8341A

Text Example


Text Example

White with #F8341A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8341A; }

 p { color: rgb(248,52,26); }

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

background-color css

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

 a { background-color: rgb(248,52,26); }

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

border-color css

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

 span { border-color: rgb(248,52,26); }

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