Html Css Color HEX #F84F2B Outrageous Orange

📋 copy color: '#F84F2B'

red 248 ◦ green 79 ◦ blue 43

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

Shades of Outrageous Orange #F84F2B

Tints of Outrageous Orange #F84F2B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.35%

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

R = 67.03%
G = 21.35%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F84F2B (or 0xF84F2B) is known color: Outrageous Orange. HEX triplet: F8, 4F and 2B. RGB value is (248,79,43). Sum of RGB (Red+Green+Blue) = 248+79+43=370 (49% of max value = 765). Red value is 248 (97.27% from 255 or 67.03% from 370); Green value is 79 (31.25% from 255 or 21.35% from 370); Blue value is 43 (17.19% from 255 or 11.62% from 370); Max value from RGB is 248 - color contains mainly: red. Hex color #F84F2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F84F2B is #07B0D4. Grayscale: #7D7D7D. Windows color (decimal): -504021 or 2838520. OLE color: 2838520.

HSL color Cylindrical-coordinate representation of color #F84F2B: hue angle of 10.54º 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 #F84F2B is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 79 43 -
CMYK 0 0.68 0.83 0.03
HSL 10.54º 0.94% 0.57% -
HSV(B) 10.54º 0.83% 0.97% -
XYZ 41.94 25.72 5.04 -
YUV 125.43 81.49 215.43 -
System Red Green Blue C M Y K H S L
Decimal 248 79 43 0 0.68 0.83 0.03 10.54 0.94 0.57
Hex F8 4F 2B 0 44 53 3 B 5E 39
Octal 370 117 53 0 104 123 3 13 136 71
Binary 11111000 1001111 101011 0 1000100 1010011 11 1011 1011110 111001

Color Harmonies of #F84F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84F2B

Black with #F84F2B

Text Example


Text Example

White with #F84F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84F2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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