Html Css Color HEX #F8331E Red Orange

📋 copy color: '#F8331E'

red 248 ◦ green 51 ◦ blue 30

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

Shades of Red Orange #F8331E

Tints of Red Orange #F8331E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.5%

 BLUE value IS 30 (12.11% from 255) = 9.12%

R = 75.38%
G = 15.5%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F8331E (or 0xF8331E) is known color: Red Orange. HEX triplet: F8, 33 and 1E. RGB value is (248,51,30). Sum of RGB (Red+Green+Blue) = 248+51+30=329 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.38% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 30 (12.11% from 255 or 9.12% from 329); Max value from RGB is 248 - color contains mainly: red. Hex color #F8331E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8331E is #07CCE1. Grayscale: #6B6B6B. Windows color (decimal): -511202 or 1979384. OLE color: 1979384.

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

Color convert

RGB 248 51 30 -
CMYK 0 0.79 0.88 0.03
HSL 5.78º 0.94% 0.55% -
HSV(B) 5.78º 0.88% 0.97% -
XYZ 40.13 22.42 3.44 -
YUV 107.51 84.27 228.21 -
System Red Green Blue C M Y K H S L
Decimal 248 51 30 0 0.79 0.88 0.03 5.78 0.94 0.55
Hex F8 33 1E 0 4F 58 3 6 5E 37
Octal 370 63 36 0 117 130 3 6 136 67
Binary 11111000 110011 11110 0 1001111 1011000 11 110 1011110 110111

Color Harmonies of #F8331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8331E

Black with #F8331E

Text Example


Text Example

White with #F8331E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8331E; }

 p { color: rgb(248,51,30); }

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

background-color css

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

 a { background-color: rgb(248,51,30); }

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

border-color css

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

 span { border-color: rgb(248,51,30); }

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