Html Css Color HEX #F83223 Red Orange

📋 copy color: '#F83223'

red 248 ◦ green 50 ◦ blue 35

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

Shades of Red Orange #F83223

Tints of Red Orange #F83223

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.02%

 BLUE value IS 35 (14.06% from 255) = 10.51%

R = 74.47%
G = 15.02%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.03

RGB Variations

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

Color information

#F83223 (or 0xF83223) is known color: Red Orange. HEX triplet: F8, 32 and 23. RGB value is (248,50,35). Sum of RGB (Red+Green+Blue) = 248+50+35=333 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.47% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 35 (14.06% from 255 or 10.51% from 333); Max value from RGB is 248 - color contains mainly: red. Hex color #F83223 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83223 is #07CDDC. Grayscale: #6B6B6B. Windows color (decimal): -511453 or 2306808. OLE color: 2306808.

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

Color convert

RGB 248 50 35 -
CMYK 0 0.80 0.86 0.03
HSL 4.23º 0.94% 0.55% -
HSV(B) 4.23º 0.86% 0.97% -
XYZ 40.16 22.36 3.79 -
YUV 107.49 87.1 228.22 -
System Red Green Blue C M Y K H S L
Decimal 248 50 35 0 0.80 0.86 0.03 4.23 0.94 0.55
Hex F8 32 23 0 50 56 3 4 5E 37
Octal 370 62 43 0 120 126 3 4 136 67
Binary 11111000 110010 100011 0 1010000 1010110 11 100 1011110 110111

Color Harmonies of #F83223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83223

Black with #F83223

Text Example


Text Example

White with #F83223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83223; }

 p { color: rgb(248,50,35); }

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

background-color css

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

 a { background-color: rgb(248,50,35); }

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

border-color css

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

 span { border-color: rgb(248,50,35); }

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