Html Css Color HEX #F83F1D Red Orange

📋 copy color: '#F83F1D'

red 248 ◦ green 63 ◦ blue 29

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

Shades of Red Orange #F83F1D

Tints of Red Orange #F83F1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.53%

R = 72.94%
G = 18.53%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F83F1D (or 0xF83F1D) is known color: Red Orange. HEX triplet: F8, 3F and 1D. RGB value is (248,63,29). Sum of RGB (Red+Green+Blue) = 248+63+29=340 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.94% from 340); Green value is 63 (25% from 255 or 18.53% from 340); Blue value is 29 (11.72% from 255 or 8.53% from 340); Max value from RGB is 248 - color contains mainly: red. Hex color #F83F1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83F1D is #07C0E2. Grayscale: #727272. Windows color (decimal): -508131 or 1916920. OLE color: 1916920.

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

Color convert

RGB 248 63 29 -
CMYK 0 0.75 0.88 0.03
HSL 9.32º 0.94% 0.54% -
HSV(B) 9.32º 0.88% 0.97% -
XYZ 40.71 23.6 3.57 -
YUV 114.44 79.79 223.26 -
System Red Green Blue C M Y K H S L
Decimal 248 63 29 0 0.75 0.88 0.03 9.32 0.94 0.54
Hex F8 3F 1D 0 4B 58 3 9 5E 36
Octal 370 77 35 0 113 130 3 11 136 66
Binary 11111000 111111 11101 0 1001011 1011000 11 1001 1011110 110110

Color Harmonies of #F83F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83F1D

Black with #F83F1D

Text Example


Text Example

White with #F83F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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