Html Css Color HEX #F55335 Outrageous Orange

📋 copy color: '#F55335'

red 245 ◦ green 83 ◦ blue 53

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

Shades of Outrageous Orange #F55335

Tints of Outrageous Orange #F55335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.91%

R = 64.3%
G = 21.78%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#F55335 (or 0xF55335) is known color: Outrageous Orange. HEX triplet: F5, 53 and 35. RGB value is (245,83,53). Sum of RGB (Red+Green+Blue) = 245+83+53=381 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.30% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 53 (21.09% from 255 or 13.91% from 381); Max value from RGB is 245 - color contains mainly: red. Hex color #F55335 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55335 is #0AACCA. Grayscale: #808080. Windows color (decimal): -699595 or 3494901. OLE color: 3494901.

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

Color convert

RGB 245 83 53 -
CMYK 0 0.66 0.78 0.04
HSL 9.38º 0.91% 0.58% -
HSV(B) 9.38º 0.78% 0.96% -
XYZ 41.39 25.86 6.18 -
YUV 128.02 85.67 211.44 -
System Red Green Blue C M Y K H S L
Decimal 245 83 53 0 0.66 0.78 0.04 9.38 0.91 0.58
Hex F5 53 35 0 42 4E 4 9 5B 3A
Octal 365 123 65 0 102 116 4 11 133 72
Binary 11110101 1010011 110101 0 1000010 1001110 100 1001 1011011 111010

Color Harmonies of #F55335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55335

Black with #F55335

Text Example


Text Example

White with #F55335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55335; }

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

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

background-color css

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

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

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

border-color css

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

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

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