Html Css Color HEX #F56222 Outrageous Orange

📋 copy color: '#F56222'

red 245 ◦ green 98 ◦ blue 34

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

Shades of Outrageous Orange #F56222

Tints of Outrageous Orange #F56222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.02%

R = 64.99%
G = 25.99%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#F56222 (or 0xF56222) is known color: Outrageous Orange. HEX triplet: F5, 62 and 22. RGB value is (245,98,34). Sum of RGB (Red+Green+Blue) = 245+98+34=377 (49% of max value = 765). Red value is 245 (96.09% from 255 or 64.99% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 34 (13.67% from 255 or 9.02% from 377); Max value from RGB is 245 - color contains mainly: red. Hex color #F56222 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56222 is #0A9DDD. Grayscale: #878787. Windows color (decimal): -695774 or 2253557. OLE color: 2253557.

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

Color convert

RGB 245 98 34 -
CMYK 0 0.6 0.86 0.04
HSL 18.2º 0.91% 0.55% -
HSV(B) 18.2º 0.86% 0.96% -
XYZ 42.31 28.26 4.74 -
YUV 134.66 71.2 206.7 -
System Red Green Blue C M Y K H S L
Decimal 245 98 34 0 0.6 0.86 0.04 18.2 0.91 0.55
Hex F5 62 22 0 3C 56 4 12 5B 37
Octal 365 142 42 0 74 126 4 22 133 67
Binary 11110101 1100010 100010 0 111100 1010110 100 10010 1011011 110111

Color Harmonies of #F56222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56222

Black with #F56222

Text Example


Text Example

White with #F56222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56222; }

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

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

background-color css

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

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

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

border-color css

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

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

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