Html Css Color HEX #F55534 Outrageous Orange

📋 copy color: '#F55534'

red 245 ◦ green 85 ◦ blue 52

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

Shades of Outrageous Orange #F55534

Tints of Outrageous Orange #F55534

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.25%

 BLUE value IS 52 (20.7% from 255) = 13.61%

R = 64.14%
G = 22.25%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#F55534 (or 0xF55534) is known color: Outrageous Orange. HEX triplet: F5, 55 and 34. RGB value is (245,85,52). Sum of RGB (Red+Green+Blue) = 245+85+52=382 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.14% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 52 (20.70% from 255 or 13.61% from 382); Max value from RGB is 245 - color contains mainly: red. Hex color #F55534 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55534 is #0AAACB. Grayscale: #818181. Windows color (decimal): -699084 or 3429877. OLE color: 3429877.

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

Color convert

RGB 245 85 52 -
CMYK 0 0.65 0.79 0.04
HSL 10.26º 0.91% 0.58% -
HSV(B) 10.26º 0.79% 0.96% -
XYZ 41.52 26.16 6.11 -
YUV 129.08 84.51 210.68 -
System Red Green Blue C M Y K H S L
Decimal 245 85 52 0 0.65 0.79 0.04 10.26 0.91 0.58
Hex F5 55 34 0 41 4F 4 A 5B 3A
Octal 365 125 64 0 101 117 4 12 133 72
Binary 11110101 1010101 110100 0 1000001 1001111 100 1010 1011011 111010

Color Harmonies of #F55534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55534

Black with #F55534

Text Example


Text Example

White with #F55534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55534; }

 p { color: rgb(245,85,52); }

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

background-color css

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

 a { background-color: rgb(245,85,52); }

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

border-color css

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

 span { border-color: rgb(245,85,52); }

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