Html Css Color HEX #F56227 Outrageous Orange

📋 copy color: '#F56227'

red 245 ◦ green 98 ◦ blue 39

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

Shades of Outrageous Orange #F56227

Tints of Outrageous Orange #F56227

RGB

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

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

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

R = 64.14%
G = 25.65%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F56227 (or 0xF56227) is known color: Outrageous Orange. HEX triplet: F5, 62 and 27. RGB value is (245,98,39). Sum of RGB (Red+Green+Blue) = 245+98+39=382 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.14% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 39 (15.62% from 255 or 10.21% from 382); Max value from RGB is 245 - color contains mainly: red. Hex color #F56227 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56227 is #0A9DD8. Grayscale: #878787. Windows color (decimal): -695769 or 2581237. OLE color: 2581237.

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

Color convert

RGB 245 98 39 -
CMYK 0 0.6 0.84 0.04
HSL 17.18º 0.91% 0.56% -
HSV(B) 17.18º 0.84% 0.96% -
XYZ 42.39 28.29 5.15 -
YUV 135.23 73.7 206.3 -
System Red Green Blue C M Y K H S L
Decimal 245 98 39 0 0.6 0.84 0.04 17.18 0.91 0.56
Hex F5 62 27 0 3C 54 4 11 5B 38
Octal 365 142 47 0 74 124 4 21 133 70
Binary 11110101 1100010 100111 0 111100 1010100 100 10001 1011011 111000

Color Harmonies of #F56227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56227

Black with #F56227

Text Example


Text Example

White with #F56227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56227; }

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

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

background-color css

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

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

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

border-color css

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

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

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