Html Css Color HEX #F84127 Red Orange

📋 copy color: '#F84127'

red 248 ◦ green 65 ◦ blue 39

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

Shades of Red Orange #F84127

Tints of Red Orange #F84127

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.47%

 BLUE value IS 39 (15.63% from 255) = 11.08%

R = 70.45%
G = 18.47%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F84127 (or 0xF84127) is known color: Red Orange. HEX triplet: F8, 41 and 27. RGB value is (248,65,39). Sum of RGB (Red+Green+Blue) = 248+65+39=352 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.45% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 39 (15.62% from 255 or 11.08% from 352); Max value from RGB is 248 - color contains mainly: red. Hex color #F84127 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F84127 is #07BED8. Grayscale: #757575. Windows color (decimal): -507609 or 2572792. OLE color: 2572792.

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

Color convert

RGB 248 65 39 -
CMYK 0 0.74 0.84 0.03
HSL 7.46º 0.94% 0.56% -
HSV(B) 7.46º 0.84% 0.97% -
XYZ 40.97 23.88 4.37 -
YUV 116.75 84.13 221.61 -
System Red Green Blue C M Y K H S L
Decimal 248 65 39 0 0.74 0.84 0.03 7.46 0.94 0.56
Hex F8 41 27 0 4A 54 3 7 5E 38
Octal 370 101 47 0 112 124 3 7 136 70
Binary 11111000 1000001 100111 0 1001010 1010100 11 111 1011110 111000

Color Harmonies of #F84127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84127

Black with #F84127

Text Example


Text Example

White with #F84127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84127; }

 p { color: rgb(248,65,39); }

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

background-color css

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

 a { background-color: rgb(248,65,39); }

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

border-color css

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

 span { border-color: rgb(248,65,39); }

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