Html Css Color HEX #F83F32 Red Orange

📋 copy color: '#F83F32'

red 248 ◦ green 63 ◦ blue 50

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

Shades of Red Orange #F83F32

Tints of Red Orange #F83F32

RGB

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

 GREEN value IS 63 (25% from 255) = 17.45%

 BLUE value IS 50 (19.92% from 255) = 13.85%

R = 68.7%
G = 17.45%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F83F32 (or 0xF83F32) is known color: Red Orange. HEX triplet: F8, 3F and 32. RGB value is (248,63,50). Sum of RGB (Red+Green+Blue) = 248+63+50=361 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.70% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 248 - color contains mainly: red. Hex color #F83F32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83F32 is #07C0CD. Grayscale: #757575. Windows color (decimal): -508110 or 3293176. OLE color: 3293176.

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

Color convert

RGB 248 63 50 -
CMYK 0 0.75 0.80 0.03
HSL 3.94º 0.93% 0.58% -
HSV(B) 3.94º 0.8% 0.97% -
XYZ 41.06 23.74 5.44 -
YUV 116.83 90.29 221.56 -
System Red Green Blue C M Y K H S L
Decimal 248 63 50 0 0.75 0.80 0.03 3.94 0.93 0.58
Hex F8 3F 32 0 4B 50 3 4 5D 3A
Octal 370 77 62 0 113 120 3 4 135 72
Binary 11111000 111111 110010 0 1001011 1010000 11 100 1011101 111010

Color Harmonies of #F83F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83F32

Black with #F83F32

Text Example


Text Example

White with #F83F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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