Html Css Color HEX #FD552F Outrageous Orange

📋 copy color: '#FD552F'

red 253 ◦ green 85 ◦ blue 47

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

Shades of Outrageous Orange #FD552F

Tints of Outrageous Orange #FD552F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.21%

R = 65.71%
G = 22.08%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FD552F (or 0xFD552F) is known color: Outrageous Orange. HEX triplet: FD, 55 and 2F. RGB value is (253,85,47). Sum of RGB (Red+Green+Blue) = 253+85+47=385 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.71% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 47 (18.75% from 255 or 12.21% from 385); Max value from RGB is 253 - color contains mainly: red. Hex color #FD552F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD552F is #02AAD0. Grayscale: #838383. Windows color (decimal): -174801 or 3102205. OLE color: 3102205.

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

Color convert

RGB 253 85 47 -
CMYK 0 0.66 0.81 0.01
HSL 11.07º 0.98% 0.59% -
HSV(B) 11.07º 0.81% 0.99% -
XYZ 44.27 27.58 5.68 -
YUV 130.9 80.66 215.09 -
System Red Green Blue C M Y K H S L
Decimal 253 85 47 0 0.66 0.81 0.01 11.07 0.98 0.59
Hex FD 55 2F 0 42 51 1 B 62 3B
Octal 375 125 57 0 102 121 1 13 142 73
Binary 11111101 1010101 101111 0 1000010 1010001 1 1011 1100010 111011

Color Harmonies of #FD552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD552F

Black with #FD552F

Text Example


Text Example

White with #FD552F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD552F; }

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

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

background-color css

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

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

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

border-color css

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

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

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