Html Css Color HEX #FD551C International Orange

📋 copy color: '#FD551C'

red 253 ◦ green 85 ◦ blue 28

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

Shades of International Orange #FD551C

Tints of International Orange #FD551C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.65%

R = 69.13%
G = 23.22%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD551C (or 0xFD551C) is known color: International Orange. HEX triplet: FD, 55 and 1C. RGB value is (253,85,28). Sum of RGB (Red+Green+Blue) = 253+85+28=366 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.13% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 28 (11.33% from 255 or 7.65% from 366); Max value from RGB is 253 - color contains mainly: red. Hex color #FD551C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD551C is #02AAE3. Grayscale: #818181. Windows color (decimal): -174820 or 1857021. OLE color: 1857021.

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

Color convert

RGB 253 85 28 -
CMYK 0 0.66 0.89 0.01
HSL 15.2º 0.98% 0.55% -
HSV(B) 15.2º 0.89% 0.99% -
XYZ 43.97 27.46 4.08 -
YUV 128.73 71.16 216.63 -
System Red Green Blue C M Y K H S L
Decimal 253 85 28 0 0.66 0.89 0.01 15.2 0.98 0.55
Hex FD 55 1C 0 42 59 1 F 62 37
Octal 375 125 34 0 102 131 1 17 142 67
Binary 11111101 1010101 11100 0 1000010 1011001 1 1111 1100010 110111

Color Harmonies of #FD551C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD551C

Black with #FD551C

Text Example


Text Example

White with #FD551C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD551C; }

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

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

background-color css

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

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

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

border-color css

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

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

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