Html Css Color HEX #F83F1B Red Orange

📋 copy color: '#F83F1B'

red 248 ◦ green 63 ◦ blue 27

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

Shades of Red Orange #F83F1B

Tints of Red Orange #F83F1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.99%

R = 73.37%
G = 18.64%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F83F1B (or 0xF83F1B) is known color: Red Orange. HEX triplet: F8, 3F and 1B. RGB value is (248,63,27). Sum of RGB (Red+Green+Blue) = 248+63+27=338 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.37% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 27 (10.94% from 255 or 7.99% from 338); Max value from RGB is 248 - color contains mainly: red. Hex color #F83F1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83F1B is #07C0E4. Grayscale: #727272. Windows color (decimal): -508133 or 1785848. OLE color: 1785848.

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

Color convert

RGB 248 63 27 -
CMYK 0 0.75 0.89 0.03
HSL 9.77º 0.94% 0.54% -
HSV(B) 9.77º 0.89% 0.97% -
XYZ 40.69 23.59 3.45 -
YUV 114.21 78.79 223.43 -
System Red Green Blue C M Y K H S L
Decimal 248 63 27 0 0.75 0.89 0.03 9.77 0.94 0.54
Hex F8 3F 1B 0 4B 59 3 A 5E 36
Octal 370 77 33 0 113 131 3 12 136 66
Binary 11111000 111111 11011 0 1001011 1011001 11 1010 1011110 110110

Color Harmonies of #F83F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83F1B

Black with #F83F1B

Text Example


Text Example

White with #F83F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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