Html Css Color HEX #F56226 Outrageous Orange

📋 copy color: '#F56226'

red 245 ◦ green 98 ◦ blue 38

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

Shades of Outrageous Orange #F56226

Tints of Outrageous Orange #F56226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.97%

R = 64.3%
G = 25.72%
B = 9.97%

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

#F56226 (or 0xF56226) is known color: Outrageous Orange. HEX triplet: F5, 62 and 26. RGB value is (245,98,38). Sum of RGB (Red+Green+Blue) = 245+98+38=381 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.30% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 38 (15.23% from 255 or 9.97% from 381); Max value from RGB is 245 - color contains mainly: red. Hex color #F56226 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56226 is #0A9DD9. Grayscale: #878787. Windows color (decimal): -695770 or 2515701. OLE color: 2515701.

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

Color convert

RGB 245 98 38 -
CMYK 0 0.6 0.84 0.04
HSL 17.39º 0.91% 0.55% -
HSV(B) 17.39º 0.84% 0.96% -
XYZ 42.37 28.29 5.06 -
YUV 135.11 73.2 206.38 -
System Red Green Blue C M Y K H S L
Decimal 245 98 38 0 0.6 0.84 0.04 17.39 0.91 0.55
Hex F5 62 26 0 3C 54 4 11 5B 37
Octal 365 142 46 0 74 124 4 21 133 67
Binary 11110101 1100010 100110 0 111100 1010100 100 10001 1011011 110111

Color Harmonies of #F56226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56226

Black with #F56226

Text Example


Text Example

White with #F56226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56226; }

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

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

background-color css

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

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

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

border-color css

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

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

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