Html Css Color HEX #F84630 Red Orange

📋 copy color: '#F84630'

red 248 ◦ green 70 ◦ blue 48

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

Shades of Red Orange #F84630

Tints of Red Orange #F84630

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.13%

 BLUE value IS 48 (19.14% from 255) = 13.11%

R = 67.76%
G = 19.13%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F84630 (or 0xF84630) is known color: Red Orange. HEX triplet: F8, 46 and 30. RGB value is (248,70,48). Sum of RGB (Red+Green+Blue) = 248+70+48=366 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.76% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 48 (19.14% from 255 or 13.11% from 366); Max value from RGB is 248 - color contains mainly: red. Hex color #F84630 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F84630 is #07B9CF. Grayscale: #787878. Windows color (decimal): -506320 or 3163896. OLE color: 3163896.

HSL color Cylindrical-coordinate representation of color #F84630: hue angle of 6.6º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F84630 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 70 48 -
CMYK 0 0.72 0.81 0.03
HSL 6.6º 0.93% 0.58% -
HSV(B) 6.6º 0.81% 0.97% -
XYZ 41.44 24.55 5.35 -
YUV 120.71 86.97 218.79 -
System Red Green Blue C M Y K H S L
Decimal 248 70 48 0 0.72 0.81 0.03 6.6 0.93 0.58
Hex F8 46 30 0 48 51 3 7 5D 3A
Octal 370 106 60 0 110 121 3 7 135 72
Binary 11111000 1000110 110000 0 1001000 1010001 11 111 1011101 111010

Color Harmonies of #F84630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84630

Black with #F84630

Text Example


Text Example

White with #F84630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84630; }

 p { color: rgb(248,70,48); }

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

background-color css

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

 a { background-color: rgb(248,70,48); }

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

border-color css

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

 span { border-color: rgb(248,70,48); }

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