Html Css Color HEX #F84D2B Red Orange

📋 copy color: '#F84D2B'

red 248 ◦ green 77 ◦ blue 43

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

Shades of Red Orange #F84D2B

Tints of Red Orange #F84D2B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.92%

 BLUE value IS 43 (17.19% from 255) = 11.68%

R = 67.39%
G = 20.92%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F84D2B (or 0xF84D2B) is known color: Red Orange. HEX triplet: F8, 4D and 2B. RGB value is (248,77,43). Sum of RGB (Red+Green+Blue) = 248+77+43=368 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.39% from 368); Green value is 77 (30.47% from 255 or 20.92% from 368); Blue value is 43 (17.19% from 255 or 11.68% from 368); Max value from RGB is 248 - color contains mainly: red. Hex color #F84D2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F84D2B is #07B2D4. Grayscale: #7C7C7C. Windows color (decimal): -504533 or 2838008. OLE color: 2838008.

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

Color convert

RGB 248 77 43 -
CMYK 0 0.69 0.83 0.03
HSL 9.95º 0.94% 0.57% -
HSV(B) 9.95º 0.83% 0.97% -
XYZ 41.8 25.44 4.99 -
YUV 124.25 82.15 216.26 -
System Red Green Blue C M Y K H S L
Decimal 248 77 43 0 0.69 0.83 0.03 9.95 0.94 0.57
Hex F8 4D 2B 0 45 53 3 A 5E 39
Octal 370 115 53 0 105 123 3 12 136 71
Binary 11111000 1001101 101011 0 1000101 1010011 11 1010 1011110 111001

Color Harmonies of #F84D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84D2B

Black with #F84D2B

Text Example


Text Example

White with #F84D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84D2B; }

 p { color: rgb(248,77,43); }

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

background-color css

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

 a { background-color: rgb(248,77,43); }

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

border-color css

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

 span { border-color: rgb(248,77,43); }

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