Html Css Color HEX #FD552B Outrageous Orange

📋 copy color: '#FD552B'

red 253 ◦ green 85 ◦ blue 43

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

Shades of Outrageous Orange #FD552B

Tints of Outrageous Orange #FD552B

RGB

 RED value IS 253 (99.22% from 255) = 66.4%

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

 BLUE value IS 43 (17.19% from 255) = 11.29%

R = 66.4%
G = 22.31%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD552B (or 0xFD552B) is known color: Outrageous Orange. HEX triplet: FD, 55 and 2B. RGB value is (253,85,43). Sum of RGB (Red+Green+Blue) = 253+85+43=381 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.40% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 43 (17.19% from 255 or 11.29% from 381); Max value from RGB is 253 - color contains mainly: red. Hex color #FD552B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD552B is #02AAD4. Grayscale: #828282. Windows color (decimal): -174805 or 2840061. OLE color: 2840061.

HSL color Cylindrical-coordinate representation of color #FD552B: hue angle of 12º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD552B is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 85 43 -
CMYK 0 0.66 0.83 0.01
HSL 12º 0.98% 0.58% -
HSV(B) 12º 0.83% 0.99% -
XYZ 44.19 27.55 5.27 -
YUV 130.44 78.66 215.42 -
System Red Green Blue C M Y K H S L
Decimal 253 85 43 0 0.66 0.83 0.01 12 0.98 0.58
Hex FD 55 2B 0 42 53 1 C 62 3A
Octal 375 125 53 0 102 123 1 14 142 72
Binary 11111101 1010101 101011 0 1000010 1010011 1 1100 1100010 111010

Color Harmonies of #FD552B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD552B

Black with #FD552B

Text Example


Text Example

White with #FD552B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD552B; }

 p { color: rgb(253,85,43); }

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

background-color css

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

 a { background-color: rgb(253,85,43); }

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

border-color css

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

 span { border-color: rgb(253,85,43); }

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