Html Css Color HEX #F83325 Red Orange

📋 copy color: '#F83325'

red 248 ◦ green 51 ◦ blue 37

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

Shades of Red Orange #F83325

Tints of Red Orange #F83325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.01%

R = 73.81%
G = 15.18%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#F83325 (or 0xF83325) is known color: Red Orange. HEX triplet: F8, 33 and 25. RGB value is (248,51,37). Sum of RGB (Red+Green+Blue) = 248+51+37=336 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.81% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 37 (14.84% from 255 or 11.01% from 336); Max value from RGB is 248 - color contains mainly: red. Hex color #F83325 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83325 is #07CCDA. Grayscale: #6C6C6C. Windows color (decimal): -511195 or 2438136. OLE color: 2438136.

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

Color convert

RGB 248 51 37 -
CMYK 0 0.79 0.85 0.03
HSL 3.98º 0.94% 0.56% -
HSV(B) 3.98º 0.85% 0.97% -
XYZ 40.23 22.46 3.96 -
YUV 108.31 87.77 227.64 -
System Red Green Blue C M Y K H S L
Decimal 248 51 37 0 0.79 0.85 0.03 3.98 0.94 0.56
Hex F8 33 25 0 4F 55 3 4 5E 38
Octal 370 63 45 0 117 125 3 4 136 70
Binary 11111000 110011 100101 0 1001111 1010101 11 100 1011110 111000

Color Harmonies of #F83325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83325

Black with #F83325

Text Example


Text Example

White with #F83325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83325; }

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

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

background-color css

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

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

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

border-color css

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

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

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