Html Css Color HEX #F84427 Red Orange

📋 copy color: '#F84427'

red 248 ◦ green 68 ◦ blue 39

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

Shades of Red Orange #F84427

Tints of Red Orange #F84427

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.15%

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

R = 69.86%
G = 19.15%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F84427 (or 0xF84427) is known color: Red Orange. HEX triplet: F8, 44 and 27. RGB value is (248,68,39). Sum of RGB (Red+Green+Blue) = 248+68+39=355 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.86% from 355); Green value is 68 (26.95% from 255 or 19.15% from 355); Blue value is 39 (15.62% from 255 or 10.99% from 355); Max value from RGB is 248 - color contains mainly: red. Hex color #F84427 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F84427 is #07BBD8. Grayscale: #767676. Windows color (decimal): -506841 or 2573560. OLE color: 2573560.

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

Color convert

RGB 248 68 39 -
CMYK 0 0.73 0.84 0.03
HSL 8.33º 0.94% 0.56% -
HSV(B) 8.33º 0.84% 0.97% -
XYZ 41.14 24.24 4.43 -
YUV 118.51 83.13 220.36 -
System Red Green Blue C M Y K H S L
Decimal 248 68 39 0 0.73 0.84 0.03 8.33 0.94 0.56
Hex F8 44 27 0 49 54 3 8 5E 38
Octal 370 104 47 0 111 124 3 10 136 70
Binary 11111000 1000100 100111 0 1001001 1010100 11 1000 1011110 111000

Color Harmonies of #F84427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84427

Black with #F84427

Text Example


Text Example

White with #F84427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84427; }

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

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

background-color css

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

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

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

border-color css

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

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

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