Html Css Color HEX #FF552C Outrageous Orange

📋 copy color: '#FF552C'

red 255 ◦ green 85 ◦ blue 44

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

Shades of Outrageous Orange #FF552C

Tints of Outrageous Orange #FF552C

RGB

 RED value IS 255 (100% from 255) = 66.41%

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

 BLUE value IS 44 (17.58% from 255) = 11.46%

R = 66.41%
G = 22.14%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FF552C (or 0xFF552C) is known color: Outrageous Orange. HEX triplet: FF, 55 and 2C. RGB value is (255,85,44). Sum of RGB (Red+Green+Blue) = 255+85+44=384 (50% of max value = 765). Red value is 255 (100% from 255 or 66.41% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 44 (17.58% from 255 or 11.46% from 384); Max value from RGB is 255 - color contains mainly: red. Hex color #FF552C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF552C is #00AAD3. Grayscale: #838383. Windows color (decimal): -43732 or 2905599. OLE color: 2905599.

HSL color Cylindrical-coordinate representation of color #FF552C: hue angle of 11.66º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF552C is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.

Color convert

RGB 255 85 44 -
CMYK 0 0.67 0.83 0
HSL 11.66º 1% 0.59% -
HSV(B) 11.66º 0.83% 1% -
XYZ 44.94 27.94 5.41 -
YUV 131.16 78.82 216.33 -
System Red Green Blue C M Y K H S L
Decimal 255 85 44 0 0.67 0.83 0 11.66 1 0.59
Hex FF 55 2C 0 43 53 0 C 64 3B
Octal 377 125 54 0 103 123 0 14 144 73
Binary 11111111 1010101 101100 0 1000011 1010011 0 1100 1100100 111011

Color Harmonies of #FF552C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF552C

Black with #FF552C

Text Example


Text Example

White with #FF552C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF552C; }

 p { color: rgb(255,85,44); }

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

background-color css

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

 a { background-color: rgb(255,85,44); }

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

border-color css

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

 span { border-color: rgb(255,85,44); }

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