Html Css Color HEX #F56430 Outrageous Orange

📋 copy color: '#F56430'

red 245 ◦ green 100 ◦ blue 48

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

Shades of Outrageous Orange #F56430

Tints of Outrageous Orange #F56430

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.45%

 BLUE value IS 48 (19.14% from 255) = 12.21%

R = 62.34%
G = 25.45%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F56430 (or 0xF56430) is known color: Outrageous Orange. HEX triplet: F5, 64 and 30. RGB value is (245,100,48). Sum of RGB (Red+Green+Blue) = 245+100+48=393 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.34% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 48 (19.14% from 255 or 12.21% from 393); Max value from RGB is 245 - color contains mainly: red. Hex color #F56430 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56430 is #0A9BCF. Grayscale: #898989. Windows color (decimal): -695248 or 3171573. OLE color: 3171573.

HSL color Cylindrical-coordinate representation of color #F56430: hue angle of 15.84º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F56430 is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 100 48 -
CMYK 0 0.59 0.80 0.04
HSL 15.84º 0.91% 0.57% -
HSV(B) 15.84º 0.8% 0.96% -
XYZ 42.75 28.74 6.09 -
YUV 137.43 77.54 204.73 -
System Red Green Blue C M Y K H S L
Decimal 245 100 48 0 0.59 0.80 0.04 15.84 0.91 0.57
Hex F5 64 30 0 3B 50 4 10 5B 39
Octal 365 144 60 0 73 120 4 20 133 71
Binary 11110101 1100100 110000 0 111011 1010000 100 10000 1011011 111001

Color Harmonies of #F56430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56430

Black with #F56430

Text Example


Text Example

White with #F56430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56430; }

 p { color: rgb(245,100,48); }

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

background-color css

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

 a { background-color: rgb(245,100,48); }

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

border-color css

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

 span { border-color: rgb(245,100,48); }

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