Html Css Color HEX #F8351B Red Orange

📋 copy color: '#F8351B'

red 248 ◦ green 53 ◦ blue 27

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

Shades of Red Orange #F8351B

Tints of Red Orange #F8351B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.16%

 BLUE value IS 27 (10.94% from 255) = 8.23%

R = 75.61%
G = 16.16%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F8351B (or 0xF8351B) is known color: Red Orange. HEX triplet: F8, 35 and 1B. RGB value is (248,53,27). Sum of RGB (Red+Green+Blue) = 248+53+27=328 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.61% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 27 (10.94% from 255 or 8.23% from 328); Max value from RGB is 248 - color contains mainly: red. Hex color #F8351B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8351B is #07CAE4. Grayscale: #6C6C6C. Windows color (decimal): -510693 or 1783288. OLE color: 1783288.

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

Color convert

RGB 248 53 27 -
CMYK 0 0.79 0.89 0.03
HSL 7.06º 0.94% 0.54% -
HSV(B) 7.06º 0.89% 0.97% -
XYZ 40.18 22.58 3.28 -
YUV 108.34 82.1 227.61 -
System Red Green Blue C M Y K H S L
Decimal 248 53 27 0 0.79 0.89 0.03 7.06 0.94 0.54
Hex F8 35 1B 0 4F 59 3 7 5E 36
Octal 370 65 33 0 117 131 3 7 136 66
Binary 11111000 110101 11011 0 1001111 1011001 11 111 1011110 110110

Color Harmonies of #F8351B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8351B

Black with #F8351B

Text Example


Text Example

White with #F8351B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8351B; }

 p { color: rgb(248,53,27); }

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

background-color css

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

 a { background-color: rgb(248,53,27); }

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

border-color css

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

 span { border-color: rgb(248,53,27); }

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