Html Css Color HEX #F56225 Outrageous Orange

📋 copy color: '#F56225'

red 245 ◦ green 98 ◦ blue 37

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

Shades of Outrageous Orange #F56225

Tints of Outrageous Orange #F56225

RGB

 RED value IS 245 (96.09% from 255) = 64.47%

 GREEN value IS 98 (38.67% from 255) = 25.79%

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

R = 64.47%
G = 25.79%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F56225 (or 0xF56225) is known color: Outrageous Orange. HEX triplet: F5, 62 and 25. RGB value is (245,98,37). Sum of RGB (Red+Green+Blue) = 245+98+37=380 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.47% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 37 (14.84% from 255 or 9.74% from 380); Max value from RGB is 245 - color contains mainly: red. Hex color #F56225 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56225 is #0A9DDA. Grayscale: #878787. Windows color (decimal): -695771 or 2450165. OLE color: 2450165.

HSL color Cylindrical-coordinate representation of color #F56225: hue angle of 17.6º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F56225 is Cyan = 0, Magento = 0.6, Yellow = 0.85 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 98 37 -
CMYK 0 0.6 0.85 0.04
HSL 17.6º 0.91% 0.55% -
HSV(B) 17.6º 0.85% 0.96% -
XYZ 42.36 28.28 4.98 -
YUV 135 72.7 206.46 -
System Red Green Blue C M Y K H S L
Decimal 245 98 37 0 0.6 0.85 0.04 17.6 0.91 0.55
Hex F5 62 25 0 3C 55 4 12 5B 37
Octal 365 142 45 0 74 125 4 22 133 67
Binary 11110101 1100010 100101 0 111100 1010101 100 10010 1011011 110111

Color Harmonies of #F56225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56225

Black with #F56225

Text Example


Text Example

White with #F56225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56225; }

 p { color: rgb(245,98,37); }

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

background-color css

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

 a { background-color: rgb(245,98,37); }

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

border-color css

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

 span { border-color: rgb(245,98,37); }

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