Html Css Color HEX #F85427 Outrageous Orange

📋 copy color: '#F85427'

red 248 ◦ green 84 ◦ blue 39

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

Shades of Outrageous Orange #F85427

Tints of Outrageous Orange #F85427

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.64%

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

R = 66.85%
G = 22.64%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F85427 (or 0xF85427) is known color: Outrageous Orange. HEX triplet: F8, 54 and 27. RGB value is (248,84,39). Sum of RGB (Red+Green+Blue) = 248+84+39=371 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.85% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 39 (15.62% from 255 or 10.51% from 371); Max value from RGB is 248 - color contains mainly: red. Hex color #F85427 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85427 is #07ABD8. Grayscale: #808080. Windows color (decimal): -502745 or 2577656. OLE color: 2577656.

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

Color convert

RGB 248 84 39 -
CMYK 0 0.66 0.84 0.03
HSL 12.92º 0.94% 0.56% -
HSV(B) 12.92º 0.84% 0.97% -
XYZ 42.25 26.44 4.8 -
YUV 127.91 77.83 213.66 -
System Red Green Blue C M Y K H S L
Decimal 248 84 39 0 0.66 0.84 0.03 12.92 0.94 0.56
Hex F8 54 27 0 42 54 3 D 5E 38
Octal 370 124 47 0 102 124 3 15 136 70
Binary 11111000 1010100 100111 0 1000010 1010100 11 1101 1011110 111000

Color Harmonies of #F85427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85427

Black with #F85427

Text Example


Text Example

White with #F85427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85427; }

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

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

background-color css

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

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

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

border-color css

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

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

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