Html Css Color HEX #FF552A Outrageous Orange

📋 copy color: '#FF552A'

red 255 ◦ green 85 ◦ blue 42

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

Shades of Outrageous Orange #FF552A

Tints of Outrageous Orange #FF552A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.99%

R = 66.75%
G = 22.25%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF552A (or 0xFF552A) is known color: Outrageous Orange. HEX triplet: FF, 55 and 2A. RGB value is (255,85,42). Sum of RGB (Red+Green+Blue) = 255+85+42=382 (50% of max value = 765). Red value is 255 (100% from 255 or 66.75% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 42 (16.80% from 255 or 10.99% from 382); Max value from RGB is 255 - color contains mainly: red. Hex color #FF552A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF552A is #00AAD5. Grayscale: #838383. Windows color (decimal): -43734 or 2774527. OLE color: 2774527.

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

Color convert

RGB 255 85 42 -
CMYK 0 0.67 0.84 0
HSL 12.11º 1% 0.58% -
HSV(B) 12.11º 0.84% 1% -
XYZ 44.91 27.92 5.21 -
YUV 130.93 77.82 216.5 -
System Red Green Blue C M Y K H S L
Decimal 255 85 42 0 0.67 0.84 0 12.11 1 0.58
Hex FF 55 2A 0 43 54 0 C 64 3A
Octal 377 125 52 0 103 124 0 14 144 72
Binary 11111111 1010101 101010 0 1000011 1010100 0 1100 1100100 111010

Color Harmonies of #FF552A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF552A

Black with #FF552A

Text Example


Text Example

White with #FF552A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF552A; }

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

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

background-color css

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

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

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

border-color css

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

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

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