Html Css Color HEX #F55330 Outrageous Orange

📋 copy color: '#F55330'

red 245 ◦ green 83 ◦ blue 48

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

Shades of Outrageous Orange #F55330

Tints of Outrageous Orange #F55330

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.07%

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

R = 65.16%
G = 22.07%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F55330 (or 0xF55330) is known color: Outrageous Orange. HEX triplet: F5, 53 and 30. RGB value is (245,83,48). Sum of RGB (Red+Green+Blue) = 245+83+48=376 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.16% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 48 (19.14% from 255 or 12.77% from 376); Max value from RGB is 245 - color contains mainly: red. Hex color #F55330 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55330 is #0AACCF. Grayscale: #7F7F7F. Windows color (decimal): -699600 or 3167221. OLE color: 3167221.

HSL color Cylindrical-coordinate representation of color #F55330: hue angle of 10.66º 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 #F55330 is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 83 48 -
CMYK 0 0.66 0.80 0.04
HSL 10.66º 0.91% 0.57% -
HSV(B) 10.66º 0.8% 0.96% -
XYZ 41.28 25.81 5.6 -
YUV 127.45 83.17 211.85 -
System Red Green Blue C M Y K H S L
Decimal 245 83 48 0 0.66 0.80 0.04 10.66 0.91 0.57
Hex F5 53 30 0 42 50 4 B 5B 39
Octal 365 123 60 0 102 120 4 13 133 71
Binary 11110101 1010011 110000 0 1000010 1010000 100 1011 1011011 111001

Color Harmonies of #F55330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55330

Black with #F55330

Text Example


Text Example

White with #F55330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55330; }

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

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

background-color css

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

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

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

border-color css

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

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

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