Html Css Color HEX #F85425 Outrageous Orange

📋 copy color: '#F85425'

red 248 ◦ green 84 ◦ blue 37

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

Shades of Outrageous Orange #F85425

Tints of Outrageous Orange #F85425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.03%

R = 67.21%
G = 22.76%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#F85425 (or 0xF85425) is known color: Outrageous Orange. HEX triplet: F8, 54 and 25. RGB value is (248,84,37). Sum of RGB (Red+Green+Blue) = 248+84+37=369 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.21% from 369); Green value is 84 (33.20% from 255 or 22.76% from 369); Blue value is 37 (14.84% from 255 or 10.03% from 369); Max value from RGB is 248 - color contains mainly: red. Hex color #F85425 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85425 is #07ABDA. Grayscale: #808080. Windows color (decimal): -502747 or 2446584. OLE color: 2446584.

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

Color convert

RGB 248 84 37 -
CMYK 0 0.66 0.85 0.03
HSL 13.36º 0.94% 0.56% -
HSV(B) 13.36º 0.85% 0.97% -
XYZ 42.22 26.43 4.63 -
YUV 127.68 76.83 213.82 -
System Red Green Blue C M Y K H S L
Decimal 248 84 37 0 0.66 0.85 0.03 13.36 0.94 0.56
Hex F8 54 25 0 42 55 3 D 5E 38
Octal 370 124 45 0 102 125 3 15 136 70
Binary 11111000 1010100 100101 0 1000010 1010101 11 1101 1011110 111000

Color Harmonies of #F85425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85425

Black with #F85425

Text Example


Text Example

White with #F85425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85425; }

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

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

background-color css

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

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

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

border-color css

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

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

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